Shades of Aquamarine #64F0D3
Tints of Aquamarine #64F0D3
RGB
CMYK
RGB Variations
Color information
#64F0D3 (or 0x64F0D3) is known color: Aquamarine. HEX triplet: 64, F0 and D3. RGB value is (100,240,211). Sum of RGB (Red+Green+Blue) = 100+240+211=551 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.15% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0D3 is #9B0F2C. Grayscale: #C2C2C2. Windows color (decimal): -10161965 or 13889636. OLE color: 13889636.
HSL color Cylindrical-coordinate representation of color #64F0D3: hue angle of 167.57º 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 #64F0D3 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 211 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.06 |
| HSL | 167.57º | 0.82% | 0.67% | - |
| HSV(B) | 167.57º | 0.58% | 0.94% | - |
| XYZ | 48.17 | 69.73 | 72.55 | - |
| YUV | 194.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 211 | 0.58 | 0 | 0.12 | 0.06 | 167.57 | 0.82 | 0.67 |
| Hex | 64 | F0 | D3 | 3A | 0 | C | 6 | A8 | 52 | 43 |
| Octal | 144 | 360 | 323 | 72 | 0 | 14 | 6 | 250 | 122 | 103 |
| Binary | 1100100 | 11110000 | 11010011 | 111010 | 0 | 1100 | 110 | 10101000 | 1010010 | 1000011 |
Color Harmonies of #64F0D3
Complementary color
Monochromatic Colors of #64F0D3
Black with #64F0D3
Text Example
Text Example
White with #64F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0D3; }
p { color: rgb(100,240,211); }
H1.HeaderClassName
{
color: #64F0D3;
}
.AnyTagClassName
{
color: #64F0D3;
}
</style>
background-color css
<style>
a { background-color: #64F0D3; }
a { background-color: rgb(100,240,211); }
div.DivClassName
{
background-color: #64F0D3;
}
.BgClassName
{
background-color: #64F0D3;
}
</style>
border-color css
<style>
span { border-color: #64F0D3; }
span { border-color: rgb(100,240,211); }
td.TdClassName
{
border-color: #64F0D3;
}
.TagClassName
{
border-color: #64F0D3;
}
</style>