#66C6BC

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

Shades of Downy #66C6BC

Tints of Downy #66C6BC

Color information

#66C6BC (or 0x66C6BC) is unknown color: approx Downy. HEX triplet: 66, C6 and BC. RGB value is (102,198,188). Sum of RGB (Red+Green+Blue) = 102+198+188=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #66C6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C6BC is #993943. Grayscale: #A8A8A8. Windows color (decimal): -10041668 or 12371558. OLE color: 12371558.

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

Color convert

RGB102198188-
CMYK0.4800.050.22
HSL173.75º45.71%58.82%-
HSV(B)173.75º48.48%77.65%-
XYZ34.7546.8454.79-
YUV168.16139.280.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=20.90%
G=40.57%
B=38.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021981880.4800.050.22173.7545.7158.82
Hex66C6BC300516ae2e3b
Octal1463062746005262565673
Binary1100110110001101011110011000001011011010101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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