#66EDCD

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

Shades of Downy #66EDCD

Tints of Downy #66EDCD

Color information

#66EDCD (or 0x66EDCD) is unknown color: approx Downy. HEX triplet: 66, ED and CD. RGB value is (102,237,205). Sum of RGB (Red+Green+Blue) = 102+237+205=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDCD is #991232. Grayscale: #C0C0C0. Windows color (decimal): -10031667 or 13495654. OLE color: 13495654.

HSL color Cylindrical-coordinate representation of color #66EDCD: hue angle of 165.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDCD is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB102237205-
CMYK0.5700.140.07
HSL165.78º78.95%66.47%-
HSV(B)165.78º56.96%92.94%-
XYZ46.7867.868.38-
YUV192.99134.7763.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.75%
GREEN value IS 237 (92.97% from 255) = 43.57%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=18.75%
G=43.57%
B=37.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022372050.5700.140.07165.7878.9566.47
Hex66EDCD390E7a64f42
Octal146355315710167246117102
Binary11001101110110111001101111001011101111010011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,205); }

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

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

 a { background-color: rgb(102,237,205); }

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

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

 span { border-color: rgb(102,237,205); }

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