Html Css Color HEX #64E198 Medium Aquamarine

📋 copy color: '#64E198'

red 100 ◦ green 225 ◦ blue 152

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

Shades of Medium Aquamarine #64E198

Tints of Medium Aquamarine #64E198

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 20.96%
G = 47.17%
B = 31.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#64E198 (or 0x64E198) is known color: Medium Aquamarine. HEX triplet: 64, E1 and 98. RGB value is (100,225,152). Sum of RGB (Red+Green+Blue) = 100+225+152=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #64E198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E198 is #9B1E67. Grayscale: #B3B3B3. Windows color (decimal): -10165864 or 10019172. OLE color: 10019172.

HSL color Cylindrical-coordinate representation of color #64E198: hue angle of 144.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E198 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 152 -
CMYK 0.56 0 0.32 0.12
HSL 144.96º 0.68% 0.64% -
HSV(B) 144.96º 0.56% 0.88% -
XYZ 37.85 58.83 39.07 -
YUV 179.3 112.59 71.44 -
System Red Green Blue C M Y K H S L
Decimal 100 225 152 0.56 0 0.32 0.12 144.96 0.68 0.64
Hex 64 E1 98 38 0 20 C 91 44 40
Octal 144 341 230 70 0 40 14 221 104 100
Binary 1100100 11100001 10011000 111000 0 100000 1100 10010001 1000100 1000000

Color Harmonies of #64E198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E198

Black with #64E198

Text Example


Text Example

White with #64E198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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