Shades of Aquamarine #64FCCA
Tints of Aquamarine #64FCCA
RGB
CMYK
RGB Variations
Color information
#64FCCA (or 0x64FCCA) is known color: Aquamarine. HEX triplet: 64, FC and CA. RGB value is (100,252,202). Sum of RGB (Red+Green+Blue) = 100+252+202=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCCA is #9B0335. Grayscale: #C8C8C8. Windows color (decimal): -10158902 or 13302884. OLE color: 13302884.
HSL color Cylindrical-coordinate representation of color #64FCCA: hue angle of 160.26º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCCA is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 202 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.01 |
| HSL | 160.26º | 0.96% | 0.69% | - |
| HSV(B) | 160.26º | 0.6% | 0.99% | - |
| XYZ | 50.73 | 76.59 | 67.99 | - |
| YUV | 200.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 202 | 0.60 | 0 | 0.20 | 0.01 | 160.26 | 0.96 | 0.69 |
| Hex | 64 | FC | CA | 3C | 0 | 14 | 1 | A0 | 60 | 45 |
| Octal | 144 | 374 | 312 | 74 | 0 | 24 | 1 | 240 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11001010 | 111100 | 0 | 10100 | 1 | 10100000 | 1100000 | 1000101 |
Color Harmonies of #64FCCA
Complementary color
Monochromatic Colors of #64FCCA
Black with #64FCCA
Text Example
Text Example
White with #64FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCCA; }
p { color: rgb(100,252,202); }
H1.HeaderClassName
{
color: #64FCCA;
}
.AnyTagClassName
{
color: #64FCCA;
}
</style>
background-color css
<style>
a { background-color: #64FCCA; }
a { background-color: rgb(100,252,202); }
div.DivClassName
{
background-color: #64FCCA;
}
.BgClassName
{
background-color: #64FCCA;
}
</style>
border-color css
<style>
span { border-color: #64FCCA; }
span { border-color: rgb(100,252,202); }
td.TdClassName
{
border-color: #64FCCA;
}
.TagClassName
{
border-color: #64FCCA;
}
</style>