#66C8B9

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

Shades of Downy #66C8B9

Tints of Downy #66C8B9

Color information

#66C8B9 (or 0x66C8B9) is unknown color: approx Downy. HEX triplet: 66, C8 and B9. RGB value is (102,200,185). Sum of RGB (Red+Green+Blue) = 102+200+185=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8B9 is #993746. Grayscale: #A8A8A8. Windows color (decimal): -10041159 or 12175462. OLE color: 12175462.

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

Color convert

RGB102200185-
CMYK0.4900.080.22
HSL170.82º47.12%59.22%-
HSV(B)170.82º49%78.43%-
XYZ34.8947.6453.25-
YUV168.99137.0380.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.94%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=20.94%
G=41.07%
B=37.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1022001850.4900.080.22170.8247.1259.22
Hex66C8B9310816ab2f3b
Octal14631027161010262535773
Binary11001101100100010111001110001010001011010101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,200,185); }

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

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

 a { background-color: rgb(102,200,185); }

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

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

 span { border-color: rgb(102,200,185); }

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