#64F998

Color #64F998 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #64F998

Tints of Medium Aquamarine #64F998

Color information

#64F998 (or 0x64F998) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F9 and 98. RGB value is (100,249,152). Sum of RGB (Red+Green+Blue) = 100+249+152=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #64F998 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F998 is #9B0667. Grayscale: #C1C1C1. Windows color (decimal): -10159720 or 10025316. OLE color: 10025316.

HSL color Cylindrical-coordinate representation of color #64F998: hue angle of 140.94º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F998 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB100249152-
CMYK0.6000.390.02
HSL140.94º92.55%68.43%-
HSV(B)140.94º59.84%97.65%-
XYZ44.872.7341.38-
YUV193.39104.6461.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=19.96%
G=49.70%
B=30.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491520.6000.390.02140.9492.5568.43
Hex64F9983C02728d5d44
Octal144371230740472215135104
Binary110010011111001100110001111000100111101000110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64F998;
 }
 .AnyTagClassName
 {
   color: #64F998;
 }
</style>
background-color css

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

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

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

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

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

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