Shades of Aquamarine #5FFBC0
Tints of Aquamarine #5FFBC0
RGB
CMYK
RGB Variations
Color information
#5FFBC0 (or 0x5FFBC0) is known color: Aquamarine. HEX triplet: 5F, FB and C0. RGB value is (95,251,192). Sum of RGB (Red+Green+Blue) = 95+251+192=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBC0 is #A0043F. Grayscale: #C5C5C5. Windows color (decimal): -10486848 or 12647263. OLE color: 12647263.
HSL color Cylindrical-coordinate representation of color #5FFBC0: hue angle of 157.31º 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 #5FFBC0 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 192 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.02 |
| HSL | 157.31º | 0.95% | 0.68% | - |
| HSV(B) | 157.31º | 0.62% | 0.98% | - |
| XYZ | 48.73 | 75.23 | 61.82 | - |
| YUV | 197.63 | 124.82 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 192 | 0.62 | 0 | 0.24 | 0.02 | 157.31 | 0.95 | 0.68 |
| Hex | 5F | FB | C0 | 3E | 0 | 18 | 2 | 9D | 5F | 44 |
| Octal | 137 | 373 | 300 | 76 | 0 | 30 | 2 | 235 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11000000 | 111110 | 0 | 11000 | 10 | 10011101 | 1011111 | 1000100 |
Color Harmonies of #5FFBC0
Complementary color
Monochromatic Colors of #5FFBC0
Black with #5FFBC0
Text Example
Text Example
White with #5FFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBC0; }
p { color: rgb(95,251,192); }
H1.HeaderClassName
{
color: #5FFBC0;
}
.AnyTagClassName
{
color: #5FFBC0;
}
</style>
background-color css
<style>
a { background-color: #5FFBC0; }
a { background-color: rgb(95,251,192); }
div.DivClassName
{
background-color: #5FFBC0;
}
.BgClassName
{
background-color: #5FFBC0;
}
</style>
border-color css
<style>
span { border-color: #5FFBC0; }
span { border-color: rgb(95,251,192); }
td.TdClassName
{
border-color: #5FFBC0;
}
.TagClassName
{
border-color: #5FFBC0;
}
</style>