#66CBB8

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

Shades of Downy #66CBB8

Tints of Downy #66CBB8

Color information

#66CBB8 (or 0x66CBB8) is unknown color: approx Downy. HEX triplet: 66, CB and B8. RGB value is (102,203,184). Sum of RGB (Red+Green+Blue) = 102+203+184=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBB8 is #993447. Grayscale: #AAAAAA. Windows color (decimal): -10040392 or 12110694. OLE color: 12110694.

HSL color Cylindrical-coordinate representation of color #66CBB8: hue angle of 168.71º 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 #66CBB8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB102203184-
CMYK0.5000.090.20
HSL168.71º49.27%59.8%-
HSV(B)168.71º49.75%79.61%-
XYZ35.494952.93-
YUV170.64135.5479.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=20.86%
G=41.51%
B=37.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031840.5000.090.20168.7149.2759.8
Hex66CBB8320914a9313c
Octal14631327062011242516174
Binary11001101100101110111000110010010011010010101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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