Html Css Color HEX #64ECC9 Downy

📋 copy color: '#64ECC9'

red 100 ◦ green 236 ◦ blue 201

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

Shades of Downy #64ECC9

Tints of Downy #64ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.95%

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

R = 18.62%
G = 43.95%
B = 37.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#64ECC9 (or 0x64ECC9) is known color: Downy. HEX triplet: 64, EC and C9. RGB value is (100,236,201). Sum of RGB (Red+Green+Blue) = 100+236+201=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECC9 is #9B1336. Grayscale: #BFBFBF. Windows color (decimal): -10162999 or 13233252. OLE color: 13233252.

HSL color Cylindrical-coordinate representation of color #64ECC9: hue angle of 164.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECC9 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 201 -
CMYK 0.58 0 0.15 0.07
HSL 164.56º 0.78% 0.66% -
HSV(B) 164.56º 0.58% 0.93% -
XYZ 45.79 66.92 65.76 -
YUV 191.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 100 236 201 0.58 0 0.15 0.07 164.56 0.78 0.66
Hex 64 EC C9 3A 0 F 7 A5 4E 42
Octal 144 354 311 72 0 17 7 245 116 102
Binary 1100100 11101100 11001001 111010 0 1111 111 10100101 1001110 1000010

Color Harmonies of #64ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECC9

Black with #64ECC9

Text Example


Text Example

White with #64ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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