#66C1BA

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

Shades of Downy #66C1BA

Tints of Downy #66C1BA

Color information

#66C1BA (or 0x66C1BA) is unknown color: approx Downy. HEX triplet: 66, C1 and BA. RGB value is (102,193,186). Sum of RGB (Red+Green+Blue) = 102+193+186=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C1BA is #993E45. Grayscale: #A4A4A4. Windows color (decimal): -10042950 or 12239206. OLE color: 12239206.

HSL color Cylindrical-coordinate representation of color #66C1BA: hue angle of 175.38º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C1BA is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB102193186-
CMYK0.4700.040.24
HSL175.38º42.33%57.84%-
HSV(B)175.38º47.15%75.69%-
XYZ33.4144.5153.28-
YUV164.99139.8583.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=21.21%
G=40.12%
B=38.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021931860.4700.040.24175.3842.3357.84
Hex66C1BA2F0418af2a3a
Octal1463012725704302575272
Binary1100110110000011011101010111101001100010101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,193,186); }

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

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

 a { background-color: rgb(102,193,186); }

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

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

 span { border-color: rgb(102,193,186); }

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