#73cbc6

Color #73CBC6 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #73CBC6

Tints of Downy #73CBC6

Color information

#73CBC6 (or 0x73CBC6) is unknown color: approx Downy. HEX triplet: 73, CB and C6. RGB value is (115,203,198). Sum of RGB (Red+Green+Blue) = 115+203+198=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBC6 is #8C3439. Grayscale: #B0B0B0. Windows color (decimal): -9188410 or 13028211. OLE color: 13028211.

HSL color Cylindrical-coordinate representation of color #73CBC6: hue angle of 176.59º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBC6 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB115203198-
CMYK0.4300.020.20
HSL176.59º45.83%62.35%-
HSV(B)176.59º43.35%79.61%-
XYZ38.6250.4361.13-
YUV176.12140.3584.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 22.29%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=22.29%
G=39.34%
B=38.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031980.4300.020.20176.5945.8362.35
Hex73CBC62B0214b12e3e
Octal1633133065302242615676
Binary111001111001011110001101010110101010010110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73cbc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73cbc6; }

 p { color: rgb(115,203,198); }

 H1.HeaderClassName
 {
   color: #73cbc6;
 }
 .AnyTagClassName
 {
   color: #73cbc6;
 }
</style>
background-color css

<style>
 a { background-color: #73cbc6; }

 a { background-color: rgb(115,203,198); }

 div.DivClassName
 {
   background-color: #73cbc6;
 }
 .BgClassName
 {
   background-color: #73cbc6;
 }
</style>
border-color css

<style>
 span { border-color: #73cbc6; }

 span { border-color: rgb(115,203,198); }

 td.TdClassName
 {
   border-color: #73cbc6;
 }
 .TagClassName
 {
   border-color: #73cbc6;
 }
</style>