Html Css Color HEX #64F099 Medium Aquamarine

📋 copy color: '#64F099'

red 100 ◦ green 240 ◦ blue 153

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

Shades of Medium Aquamarine #64F099

Tints of Medium Aquamarine #64F099

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 20.28%
G = 48.68%
B = 31.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#64F099 (or 0x64F099) is known color: Medium Aquamarine. HEX triplet: 64, F0 and 99. RGB value is (100,240,153). Sum of RGB (Red+Green+Blue) = 100+240+153=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #64F099 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F099 is #9B0F66. Grayscale: #BCBCBC. Windows color (decimal): -10162023 or 10088548. OLE color: 10088548.

HSL color Cylindrical-coordinate representation of color #64F099: hue angle of 142.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F099 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 240 153 -
CMYK 0.58 0 0.36 0.06
HSL 142.71º 0.82% 0.67% -
HSV(B) 142.71º 0.58% 0.94% -
XYZ 42.17 67.33 40.91 -
YUV 188.22 108.12 65.07 -
System Red Green Blue C M Y K H S L
Decimal 100 240 153 0.58 0 0.36 0.06 142.71 0.82 0.67
Hex 64 F0 99 3A 0 24 6 8F 52 43
Octal 144 360 231 72 0 44 6 217 122 103
Binary 1100100 11110000 10011001 111010 0 100100 110 10001111 1010010 1000011

Color Harmonies of #64F099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F099

Black with #64F099

Text Example


Text Example

White with #64F099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,240,153); }

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

background-color css

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

 a { background-color: rgb(100,240,153); }

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

border-color css

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

 span { border-color: rgb(100,240,153); }

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