#65E5BE

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

Shades of Downy #65E5BE

Tints of Downy #65E5BE

Color information

#65E5BE (or 0x65E5BE) is unknown color: approx Downy. HEX triplet: 65, E5 and BE. RGB value is (101,229,190). Sum of RGB (Red+Green+Blue) = 101+229+190=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E5BE is #9A1A41. Grayscale: #BABABA. Windows color (decimal): -10099266 or 12510565. OLE color: 12510565.

HSL color Cylindrical-coordinate representation of color #65E5BE: hue angle of 161.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5BE is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB101229190-
CMYK0.5600.170.10
HSL161.72º71.11%64.71%-
HSV(B)161.72º55.9%89.8%-
XYZ42.6862.5258.53-
YUV186.28130.0967.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 229 (89.84% from 255) = 44.04%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=19.42%
G=44.04%
B=36.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012291900.5600.170.10161.7271.1164.71
Hex65E5BE38011Aa24741
Octal1453452767002112242107101
Binary1100101111001011011111011100001000110101010001010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E5BE; }

 p { color: rgb(101,229,190); }

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

<style>
 a { background-color: #65E5BE; }

 a { background-color: rgb(101,229,190); }

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

<style>
 span { border-color: #65E5BE; }

 span { border-color: rgb(101,229,190); }

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