Shades of Aquamarine #5FFBCA
Tints of Aquamarine #5FFBCA
RGB
CMYK
RGB Variations
Color information
#5FFBCA (or 0x5FFBCA) is known color: Aquamarine. HEX triplet: 5F, FB and CA. RGB value is (95,251,202). Sum of RGB (Red+Green+Blue) = 95+251+202=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBCA is #A00435. Grayscale: #C6C6C6. Windows color (decimal): -10486838 or 13302623. OLE color: 13302623.
HSL color Cylindrical-coordinate representation of color #5FFBCA: hue angle of 161.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBCA is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 202 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.02 |
| HSL | 161.15º | 0.95% | 0.68% | - |
| HSV(B) | 161.15º | 0.62% | 0.98% | - |
| XYZ | 49.88 | 75.69 | 67.86 | - |
| YUV | 198.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 202 | 0.62 | 0 | 0.20 | 0.02 | 161.15 | 0.95 | 0.68 |
| Hex | 5F | FB | CA | 3E | 0 | 14 | 2 | A1 | 5F | 44 |
| Octal | 137 | 373 | 312 | 76 | 0 | 24 | 2 | 241 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11001010 | 111110 | 0 | 10100 | 10 | 10100001 | 1011111 | 1000100 |
Color Harmonies of #5FFBCA
Complementary color
Monochromatic Colors of #5FFBCA
Black with #5FFBCA
Text Example
Text Example
White with #5FFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBCA; }
p { color: rgb(95,251,202); }
H1.HeaderClassName
{
color: #5FFBCA;
}
.AnyTagClassName
{
color: #5FFBCA;
}
</style>
background-color css
<style>
a { background-color: #5FFBCA; }
a { background-color: rgb(95,251,202); }
div.DivClassName
{
background-color: #5FFBCA;
}
.BgClassName
{
background-color: #5FFBCA;
}
</style>
border-color css
<style>
span { border-color: #5FFBCA; }
span { border-color: rgb(95,251,202); }
td.TdClassName
{
border-color: #5FFBCA;
}
.TagClassName
{
border-color: #5FFBCA;
}
</style>