Html Css Color HEX #64EA98 Medium Aquamarine

📋 copy color: '#64EA98'

red 100 ◦ green 234 ◦ blue 152

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

Shades of Medium Aquamarine #64EA98

Tints of Medium Aquamarine #64EA98

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 20.58%
G = 48.15%
B = 31.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#64EA98 (or 0x64EA98) is known color: Medium Aquamarine. HEX triplet: 64, EA and 98. RGB value is (100,234,152). Sum of RGB (Red+Green+Blue) = 100+234+152=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA98 is #9B1567. Grayscale: #B8B8B8. Windows color (decimal): -10163560 or 10021476. OLE color: 10021476.

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

Color convert

RGB 100 234 152 -
CMYK 0.57 0 0.35 0.08
HSL 143.28º 0.76% 0.65% -
HSV(B) 143.28º 0.57% 0.92% -
XYZ 40.35 63.82 39.9 -
YUV 184.59 109.61 67.67 -
System Red Green Blue C M Y K H S L
Decimal 100 234 152 0.57 0 0.35 0.08 143.28 0.76 0.65
Hex 64 EA 98 39 0 23 8 8F 4C 41
Octal 144 352 230 71 0 43 10 217 114 101
Binary 1100100 11101010 10011000 111001 0 100011 1000 10001111 1001100 1000001

Color Harmonies of #64EA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA98

Black with #64EA98

Text Example


Text Example

White with #64EA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,152); }

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

background-color css

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

 a { background-color: rgb(100,234,152); }

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

border-color css

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

 span { border-color: rgb(100,234,152); }

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