#66EDBB

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

Shades of Downy #66EDBB

Tints of Downy #66EDBB

Color information

#66EDBB (or 0x66EDBB) is unknown color: approx Downy. HEX triplet: 66, ED and BB. RGB value is (102,237,187). Sum of RGB (Red+Green+Blue) = 102+237+187=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDBB is #991244. Grayscale: #BEBEBE. Windows color (decimal): -10031685 or 12316006. OLE color: 12316006.

HSL color Cylindrical-coordinate representation of color #66EDBB: hue angle of 157.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 #66EDBB is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB102237187-
CMYK0.5700.210.07
HSL157.78º78.95%66.47%-
HSV(B)157.78º56.96%92.94%-
XYZ44.7366.9857.58-
YUV190.94125.7764.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.39%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=19.39%
G=45.06%
B=35.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371870.5700.210.07157.7878.9566.47
Hex66EDBB3901579e4f42
Octal146355273710257236117102
Binary110011011101101101110111110010101011111001111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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