#66CBC0

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

Shades of Downy #66CBC0

Tints of Downy #66CBC0

Color information

#66CBC0 (or 0x66CBC0) is unknown color: approx Downy. HEX triplet: 66, CB and C0. RGB value is (102,203,192). Sum of RGB (Red+Green+Blue) = 102+203+192=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBC0 is #99343F. Grayscale: #ABABAB. Windows color (decimal): -10040384 or 12634982. OLE color: 12634982.

HSL color Cylindrical-coordinate representation of color #66CBC0: hue angle of 173.47º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBC0 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB102203192-
CMYK0.5000.050.20
HSL173.47º49.27%59.8%-
HSV(B)173.47º49.75%79.61%-
XYZ36.3549.3457.48-
YUV171.55139.5478.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=20.52%
G=40.85%
B=38.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031920.5000.050.20173.4749.2759.8
Hex66CBC0320514ad313c
Octal1463133006205242556174
Binary1100110110010111100000011001001011010010101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CBC0; }

 p { color: rgb(102,203,192); }

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

<style>
 a { background-color: #66CBC0; }

 a { background-color: rgb(102,203,192); }

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

<style>
 span { border-color: #66CBC0; }

 span { border-color: rgb(102,203,192); }

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