Shades of Aquamarine #64F3CF
Tints of Aquamarine #64F3CF
RGB
CMYK
RGB Variations
Color information
#64F3CF (or 0x64F3CF) is known color: Aquamarine. HEX triplet: 64, F3 and CF. RGB value is (100,243,207). Sum of RGB (Red+Green+Blue) = 100+243+207=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F3CF is #9B0C30. Grayscale: #C4C4C4. Windows color (decimal): -10161201 or 13628260. OLE color: 13628260.
HSL color Cylindrical-coordinate representation of color #64F3CF: hue angle of 164.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F3CF is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 207 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.05 |
| HSL | 164.9º | 0.86% | 0.67% | - |
| HSV(B) | 164.9º | 0.59% | 0.95% | - |
| XYZ | 48.57 | 71.32 | 70.24 | - |
| YUV | 196.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 207 | 0.59 | 0 | 0.15 | 0.05 | 164.9 | 0.86 | 0.67 |
| Hex | 64 | F3 | CF | 3B | 0 | F | 5 | A5 | 56 | 43 |
| Octal | 144 | 363 | 317 | 73 | 0 | 17 | 5 | 245 | 126 | 103 |
| Binary | 1100100 | 11110011 | 11001111 | 111011 | 0 | 1111 | 101 | 10100101 | 1010110 | 1000011 |
Color Harmonies of #64F3CF
Complementary color
Monochromatic Colors of #64F3CF
Black with #64F3CF
Text Example
Text Example
White with #64F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F3CF; }
p { color: rgb(100,243,207); }
H1.HeaderClassName
{
color: #64F3CF;
}
.AnyTagClassName
{
color: #64F3CF;
}
</style>
background-color css
<style>
a { background-color: #64F3CF; }
a { background-color: rgb(100,243,207); }
div.DivClassName
{
background-color: #64F3CF;
}
.BgClassName
{
background-color: #64F3CF;
}
</style>
border-color css
<style>
span { border-color: #64F3CF; }
span { border-color: rgb(100,243,207); }
td.TdClassName
{
border-color: #64F3CF;
}
.TagClassName
{
border-color: #64F3CF;
}
</style>