Shades of Aquamarine #5FFCCA
Tints of Aquamarine #5FFCCA
RGB
CMYK
RGB Variations
Color information
#5FFCCA (or 0x5FFCCA) is known color: Aquamarine. HEX triplet: 5F, FC and CA. RGB value is (95,252,202). Sum of RGB (Red+Green+Blue) = 95+252+202=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCCA is #A00335. Grayscale: #C7C7C7. Windows color (decimal): -10486582 or 13302879. OLE color: 13302879.
HSL color Cylindrical-coordinate representation of color #5FFCCA: hue angle of 160.89º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCCA is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 202 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.01 |
| HSL | 160.89º | 0.96% | 0.68% | - |
| HSV(B) | 160.89º | 0.62% | 0.99% | - |
| XYZ | 50.19 | 76.32 | 67.96 | - |
| YUV | 199.36 | 129.49 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 202 | 0.62 | 0 | 0.20 | 0.01 | 160.89 | 0.96 | 0.68 |
| Hex | 5F | FC | CA | 3E | 0 | 14 | 1 | A1 | 60 | 44 |
| Octal | 137 | 374 | 312 | 76 | 0 | 24 | 1 | 241 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11001010 | 111110 | 0 | 10100 | 1 | 10100001 | 1100000 | 1000100 |
Color Harmonies of #5FFCCA
Complementary color
Monochromatic Colors of #5FFCCA
Black with #5FFCCA
Text Example
Text Example
White with #5FFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCCA; }
p { color: rgb(95,252,202); }
H1.HeaderClassName
{
color: #5FFCCA;
}
.AnyTagClassName
{
color: #5FFCCA;
}
</style>
background-color css
<style>
a { background-color: #5FFCCA; }
a { background-color: rgb(95,252,202); }
div.DivClassName
{
background-color: #5FFCCA;
}
.BgClassName
{
background-color: #5FFCCA;
}
</style>
border-color css
<style>
span { border-color: #5FFCCA; }
span { border-color: rgb(95,252,202); }
td.TdClassName
{
border-color: #5FFCCA;
}
.TagClassName
{
border-color: #5FFCCA;
}
</style>