Html Css Color HEX #64EBC9 Downy

📋 copy color: '#64EBC9'

red 100 ◦ green 235 ◦ blue 201

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

Shades of Downy #64EBC9

Tints of Downy #64EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 18.66%
G = 43.84%
B = 37.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#64EBC9 (or 0x64EBC9) is known color: Downy. HEX triplet: 64, EB and C9. RGB value is (100,235,201). Sum of RGB (Red+Green+Blue) = 100+235+201=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBC9 is #9B1436. Grayscale: #BEBEBE. Windows color (decimal): -10163255 or 13232996. OLE color: 13232996.

HSL color Cylindrical-coordinate representation of color #64EBC9: hue angle of 164.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBC9 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 201 -
CMYK 0.57 0 0.14 0.08
HSL 164.89º 0.77% 0.66% -
HSV(B) 164.89º 0.57% 0.92% -
XYZ 45.51 66.34 65.67 -
YUV 190.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 100 235 201 0.57 0 0.14 0.08 164.89 0.77 0.66
Hex 64 EB C9 39 0 E 8 A5 4D 42
Octal 144 353 311 71 0 16 10 245 115 102
Binary 1100100 11101011 11001001 111001 0 1110 1000 10100101 1001101 1000010

Color Harmonies of #64EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBC9

Black with #64EBC9

Text Example


Text Example

White with #64EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,201); }

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

background-color css

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

 a { background-color: rgb(100,235,201); }

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

border-color css

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

 span { border-color: rgb(100,235,201); }

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