Shades of Medium Aquamarine #64F09A
Tints of Medium Aquamarine #64F09A
RGB
CMYK
RGB Variations
Color information
#64F09A (or 0x64F09A) is known color: Medium Aquamarine. HEX triplet: 64, F0 and 9A. RGB value is (100,240,154). Sum of RGB (Red+Green+Blue) = 100+240+154=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #64F09A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F09A is #9B0F65. Grayscale: #BCBCBC. Windows color (decimal): -10162022 or 10154084. OLE color: 10154084.
HSL color Cylindrical-coordinate representation of color #64F09A: hue angle of 143.14º 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 #64F09A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 154 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.06 |
| HSL | 143.14º | 0.82% | 0.67% | - |
| HSV(B) | 143.14º | 0.58% | 0.94% | - |
| XYZ | 42.25 | 67.36 | 41.35 | - |
| YUV | 188.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 154 | 0.58 | 0 | 0.36 | 0.06 | 143.14 | 0.82 | 0.67 |
| Hex | 64 | F0 | 9A | 3A | 0 | 24 | 6 | 8F | 52 | 43 |
| Octal | 144 | 360 | 232 | 72 | 0 | 44 | 6 | 217 | 122 | 103 |
| Binary | 1100100 | 11110000 | 10011010 | 111010 | 0 | 100100 | 110 | 10001111 | 1010010 | 1000011 |
Color Harmonies of #64F09A
Complementary color
Monochromatic Colors of #64F09A
Black with #64F09A
Text Example
Text Example
White with #64F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F09A; }
p { color: rgb(100,240,154); }
H1.HeaderClassName
{
color: #64F09A;
}
.AnyTagClassName
{
color: #64F09A;
}
</style>
background-color css
<style>
a { background-color: #64F09A; }
a { background-color: rgb(100,240,154); }
div.DivClassName
{
background-color: #64F09A;
}
.BgClassName
{
background-color: #64F09A;
}
</style>
border-color css
<style>
span { border-color: #64F09A; }
span { border-color: rgb(100,240,154); }
td.TdClassName
{
border-color: #64F09A;
}
.TagClassName
{
border-color: #64F09A;
}
</style>