#66C7BA

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

Shades of Downy #66C7BA

Tints of Downy #66C7BA

Color information

#66C7BA (or 0x66C7BA) is unknown color: approx Downy. HEX triplet: 66, C7 and BA. RGB value is (102,199,186). Sum of RGB (Red+Green+Blue) = 102+199+186=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7BA is #993845. Grayscale: #A8A8A8. Windows color (decimal): -10041414 or 12240742. OLE color: 12240742.

HSL color Cylindrical-coordinate representation of color #66C7BA: hue angle of 171.96º degrees, saturation: 0.46, 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 #66C7BA is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB102199186-
CMYK0.4900.070.22
HSL171.96º46.41%59.02%-
HSV(B)171.96º48.74%78.04%-
XYZ34.7747.2253.74-
YUV168.52137.8680.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.94%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=20.94%
G=40.86%
B=38.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021991860.4900.070.22171.9646.4159.02
Hex66C7BA310716ac2e3b
Octal1463072726107262545673
Binary1100110110001111011101011000101111011010101100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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