#66CABF

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

Shades of Downy #66CABF

Tints of Downy #66CABF

Color information

#66CABF (or 0x66CABF) is unknown color: approx Downy. HEX triplet: 66, CA and BF. RGB value is (102,202,191). Sum of RGB (Red+Green+Blue) = 102+202+191=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #66CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CABF is #993540. Grayscale: #AAAAAA. Windows color (decimal): -10040641 or 12569190. OLE color: 12569190.

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

Color convert

RGB102202191-
CMYK0.5000.050.21
HSL173.4º48.54%59.61%-
HSV(B)173.4º49.5%79.22%-
XYZ3648.8356.82-
YUV170.85139.3778.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.61%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 191 (75% from 255) = 38.59%
R=20.61%
G=40.81%
B=38.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021910.5000.050.21173.448.5459.61
Hex66CABF320515ad313c
Octal1463122776205252556174
Binary1100110110010101011111111001001011010110101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,191); }

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

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

 a { background-color: rgb(102,202,191); }

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

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

 span { border-color: rgb(102,202,191); }

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