Shades of Aquamarine #5FFBBC
Tints of Aquamarine #5FFBBC
RGB
CMYK
RGB Variations
Color information
#5FFBBC (or 0x5FFBBC) is known color: Aquamarine. HEX triplet: 5F, FB and BC. RGB value is (95,251,188). Sum of RGB (Red+Green+Blue) = 95+251+188=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBBC is #A00443. Grayscale: #C5C5C5. Windows color (decimal): -10486852 or 12385119. OLE color: 12385119.
HSL color Cylindrical-coordinate representation of color #5FFBBC: hue angle of 155.77º 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 #5FFBBC is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 188 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.02 |
| HSL | 155.77º | 0.95% | 0.68% | - |
| HSV(B) | 155.77º | 0.62% | 0.98% | - |
| XYZ | 48.29 | 75.06 | 59.52 | - |
| YUV | 197.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 188 | 0.62 | 0 | 0.25 | 0.02 | 155.77 | 0.95 | 0.68 |
| Hex | 5F | FB | BC | 3E | 0 | 19 | 2 | 9C | 5F | 44 |
| Octal | 137 | 373 | 274 | 76 | 0 | 31 | 2 | 234 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10111100 | 111110 | 0 | 11001 | 10 | 10011100 | 1011111 | 1000100 |
Color Harmonies of #5FFBBC
Complementary color
Monochromatic Colors of #5FFBBC
Black with #5FFBBC
Text Example
Text Example
White with #5FFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBBC; }
p { color: rgb(95,251,188); }
H1.HeaderClassName
{
color: #5FFBBC;
}
.AnyTagClassName
{
color: #5FFBBC;
}
</style>
background-color css
<style>
a { background-color: #5FFBBC; }
a { background-color: rgb(95,251,188); }
div.DivClassName
{
background-color: #5FFBBC;
}
.BgClassName
{
background-color: #5FFBBC;
}
</style>
border-color css
<style>
span { border-color: #5FFBBC; }
span { border-color: rgb(95,251,188); }
td.TdClassName
{
border-color: #5FFBBC;
}
.TagClassName
{
border-color: #5FFBBC;
}
</style>