#64EC98

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

Shades of Medium Aquamarine #64EC98

Tints of Medium Aquamarine #64EC98

Color information

#64EC98 (or 0x64EC98) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EC and 98. RGB value is (100,236,152). Sum of RGB (Red+Green+Blue) = 100+236+152=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC98 is #9B1367. Grayscale: #B9B9B9. Windows color (decimal): -10163048 or 10021988. OLE color: 10021988.

HSL color Cylindrical-coordinate representation of color #64EC98: hue angle of 142.94º 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 #64EC98 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB100236152-
CMYK0.5800.360.07
HSL142.94º78.16%65.88%-
HSV(B)142.94º57.63%92.55%-
XYZ40.9264.9740.09-
YUV185.76108.9466.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.49%
GREEN value IS 236 (92.58% from 255) = 48.36%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=20.49%
G=48.36%
B=31.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002361520.5800.360.07142.9478.1665.88
Hex64EC983A02478f4e42
Octal144354230720447217116102
Binary1100100111011001001100011101001001001111000111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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