Html Css Color HEX #64E5BE Downy

📋 copy color: '#64E5BE'

red 100 ◦ green 229 ◦ blue 190

#64E5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #64E5BE

Tints of Downy #64E5BE

RGB

 RED value IS 100 (39.45% from 255) = 19.27%

 GREEN value IS 229 (89.84% from 255) = 44.12%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 19.27%
G = 44.12%
B = 36.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#64E5BE (or 0x64E5BE) is known color: Downy. HEX triplet: 64, E5 and BE. RGB value is (100,229,190). Sum of RGB (Red+Green+Blue) = 100+229+190=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5BE is #9B1A41. Grayscale: #BABABA. Windows color (decimal): -10164802 or 12510564. OLE color: 12510564.

HSL color Cylindrical-coordinate representation of color #64E5BE: hue angle of 161.86º 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 #64E5BE is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 229 190 -
CMYK 0.56 0 0.17 0.10
HSL 161.86º 0.71% 0.65% -
HSV(B) 161.86º 0.56% 0.9% -
XYZ 42.57 62.47 58.53 -
YUV 185.98 130.26 66.67 -
System Red Green Blue C M Y K H S L
Decimal 100 229 190 0.56 0 0.17 0.10 161.86 0.71 0.65
Hex 64 E5 BE 38 0 11 A A2 47 41
Octal 144 345 276 70 0 21 12 242 107 101
Binary 1100100 11100101 10111110 111000 0 10001 1010 10100010 1000111 1000001

Color Harmonies of #64E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E5BE

Black with #64E5BE

Text Example


Text Example

White with #64E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64E5BE;
 }
 .AnyTagClassName
 {
   color: #64E5BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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