#66EBD2

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

Shades of Downy #66EBD2

Tints of Downy #66EBD2

Color information

#66EBD2 (or 0x66EBD2) is unknown color: approx Downy. HEX triplet: 66, EB and D2. RGB value is (102,235,210). Sum of RGB (Red+Green+Blue) = 102+235+210=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EBD2 is #99142D. Grayscale: #C0C0C0. Windows color (decimal): -10032174 or 13822822. OLE color: 13822822.

HSL color Cylindrical-coordinate representation of color #66EBD2: hue angle of 168.72º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EBD2 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB102235210-
CMYK0.5700.110.08
HSL168.72º76.88%66.08%-
HSV(B)168.72º56.6%92.16%-
XYZ46.8266.8971.42-
YUV192.38137.9463.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.65%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=18.65%
G=42.96%
B=38.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022352100.5700.110.08168.7276.8866.08
Hex66EBD2390B8a94d42
Octal1463533227101310251115102
Binary110011011101011110100101110010101110001010100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,235,210); }

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

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

 a { background-color: rgb(102,235,210); }

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

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

 span { border-color: rgb(102,235,210); }

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