#66E7BE

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

Shades of Downy #66E7BE

Tints of Downy #66E7BE

Color information

#66E7BE (or 0x66E7BE) is unknown color: approx Downy. HEX triplet: 66, E7 and BE. RGB value is (102,231,190). Sum of RGB (Red+Green+Blue) = 102+231+190=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #66E7BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E7BE is #991841. Grayscale: #BBBBBB. Windows color (decimal): -10033218 or 12511078. OLE color: 12511078.

HSL color Cylindrical-coordinate representation of color #66E7BE: hue angle of 160.93º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E7BE is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB102231190-
CMYK0.5600.180.09
HSL160.93º72.88%65.29%-
HSV(B)160.93º55.84%90.59%-
XYZ43.3563.6958.72-
YUV187.75129.2666.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.50%
GREEN value IS 231 (90.62% from 255) = 44.17%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=19.50%
G=44.17%
B=36.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022311900.5600.180.09160.9372.8865.29
Hex66E7BE380129a14941
Octal1463472767002211241111101
Binary1100110111001111011111011100001001010011010000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,231,190); }

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

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

 a { background-color: rgb(102,231,190); }

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

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

 span { border-color: rgb(102,231,190); }

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