#66C3C6

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

Shades of Downy #66C3C6

Tints of Downy #66C3C6

Color information

#66C3C6 (or 0x66C3C6) is unknown color: approx Downy. HEX triplet: 66, C3 and C6. RGB value is (102,195,198). Sum of RGB (Red+Green+Blue) = 102+195+198=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #66C3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3C6 is #993C39. Grayscale: #A7A7A7. Windows color (decimal): -10042426 or 13026150. OLE color: 13026150.

HSL color Cylindrical-coordinate representation of color #66C3C6: hue angle of 181.88º 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 #66C3C6 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102195198-
CMYK0.480.0200.22
HSL181.88º45.71%58.82%-
HSV(B)181.88º48.48%77.65%-
XYZ35.1945.9360.44-
YUV167.54145.1981.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.61%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 198 (77.73% from 255) = 40%
R=20.61%
G=39.39%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021951980.480.0200.22181.8845.7158.82
Hex66C3C6302016b62e3b
Octal1463033066020262665673
Binary110011011000011110001101100001001011010110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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