#66C8BC

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

Shades of Downy #66C8BC

Tints of Downy #66C8BC

Color information

#66C8BC (or 0x66C8BC) is unknown color: approx Downy. HEX triplet: 66, C8 and BC. RGB value is (102,200,188). Sum of RGB (Red+Green+Blue) = 102+200+188=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8BC is #993743. Grayscale: #A9A9A9. Windows color (decimal): -10041156 or 12372070. OLE color: 12372070.

HSL color Cylindrical-coordinate representation of color #66C8BC: hue angle of 172.65º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C8BC is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB102200188-
CMYK0.4900.060.22
HSL172.65º47.12%59.22%-
HSV(B)172.65º49%78.43%-
XYZ35.2147.7654.94-
YUV169.33138.5379.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=20.82%
G=40.82%
B=38.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1022001880.4900.060.22172.6547.1259.22
Hex66C8BC310616ad2f3b
Octal1463102746106262555773
Binary1100110110010001011110011000101101011010101101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,200,188); }

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

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

 a { background-color: rgb(102,200,188); }

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

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

 span { border-color: rgb(102,200,188); }

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