Shades of Aquamarine #5FFBDC
Tints of Aquamarine #5FFBDC
RGB
CMYK
RGB Variations
Color information
#5FFBDC (or 0x5FFBDC) is known color: Aquamarine. HEX triplet: 5F, FB and DC. RGB value is (95,251,220). Sum of RGB (Red+Green+Blue) = 95+251+220=566 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.78% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBDC is #A00423. Grayscale: #C8C8C8. Windows color (decimal): -10486820 or 14482271. OLE color: 14482271.
HSL color Cylindrical-coordinate representation of color #5FFBDC: hue angle of 168.08º 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 #5FFBDC is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 220 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.02 |
| HSL | 168.08º | 0.95% | 0.68% | - |
| HSV(B) | 168.08º | 0.62% | 0.98% | - |
| XYZ | 52.13 | 76.59 | 79.75 | - |
| YUV | 200.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 220 | 0.62 | 0 | 0.12 | 0.02 | 168.08 | 0.95 | 0.68 |
| Hex | 5F | FB | DC | 3E | 0 | C | 2 | A8 | 5F | 44 |
| Octal | 137 | 373 | 334 | 76 | 0 | 14 | 2 | 250 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11011100 | 111110 | 0 | 1100 | 10 | 10101000 | 1011111 | 1000100 |
Color Harmonies of #5FFBDC
Complementary color
Monochromatic Colors of #5FFBDC
Black with #5FFBDC
Text Example
Text Example
White with #5FFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBDC; }
p { color: rgb(95,251,220); }
H1.HeaderClassName
{
color: #5FFBDC;
}
.AnyTagClassName
{
color: #5FFBDC;
}
</style>
background-color css
<style>
a { background-color: #5FFBDC; }
a { background-color: rgb(95,251,220); }
div.DivClassName
{
background-color: #5FFBDC;
}
.BgClassName
{
background-color: #5FFBDC;
}
</style>
border-color css
<style>
span { border-color: #5FFBDC; }
span { border-color: rgb(95,251,220); }
td.TdClassName
{
border-color: #5FFBDC;
}
.TagClassName
{
border-color: #5FFBDC;
}
</style>