#66e2d0

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

Shades of Downy #66E2D0

Tints of Downy #66E2D0

Color information

#66E2D0 (or 0x66E2D0) is unknown color: approx Downy. HEX triplet: 66, E2 and D0. RGB value is (102,226,208). Sum of RGB (Red+Green+Blue) = 102+226+208=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2D0 is #991D2F. Grayscale: #BABABA. Windows color (decimal): -10034480 or 13689446. OLE color: 13689446.

HSL color Cylindrical-coordinate representation of color #66E2D0: hue angle of 171.29º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2D0 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB102226208-
CMYK0.5500.080.11
HSL171.29º68.13%64.31%-
HSV(B)171.29º54.87%88.63%-
XYZ44.0661.7769.28-
YUV186.87139.9267.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 226 (88.67% from 255) = 42.16%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=19.03%
G=42.16%
B=38.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022262080.5500.080.11171.2968.1364.31
Hex66E2D03708Bab4440
Octal1463423206701013253104100
Binary110011011100010110100001101110100010111010101110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66e2d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,226,208); }

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

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

 a { background-color: rgb(102,226,208); }

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

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

 span { border-color: rgb(102,226,208); }

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