Shades of Aquamarine #5FFBDF
Tints of Aquamarine #5FFBDF
RGB
CMYK
RGB Variations
Color information
#5FFBDF (or 0x5FFBDF) is known color: Aquamarine. HEX triplet: 5F, FB and DF. RGB value is (95,251,223). Sum of RGB (Red+Green+Blue) = 95+251+223=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBDF is #A00420. Grayscale: #C9C9C9. Windows color (decimal): -10486817 or 14678879. OLE color: 14678879.
HSL color Cylindrical-coordinate representation of color #5FFBDF: hue angle of 169.23º 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 #5FFBDF is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 223 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.02 |
| HSL | 169.23º | 0.95% | 0.68% | - |
| HSV(B) | 169.23º | 0.62% | 0.98% | - |
| XYZ | 52.54 | 76.75 | 81.86 | - |
| YUV | 201.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 223 | 0.62 | 0 | 0.11 | 0.02 | 169.23 | 0.95 | 0.68 |
| Hex | 5F | FB | DF | 3E | 0 | B | 2 | A9 | 5F | 44 |
| Octal | 137 | 373 | 337 | 76 | 0 | 13 | 2 | 251 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11011111 | 111110 | 0 | 1011 | 10 | 10101001 | 1011111 | 1000100 |
Color Harmonies of #5FFBDF
Complementary color
Monochromatic Colors of #5FFBDF
Black with #5FFBDF
Text Example
Text Example
White with #5FFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBDF; }
p { color: rgb(95,251,223); }
H1.HeaderClassName
{
color: #5FFBDF;
}
.AnyTagClassName
{
color: #5FFBDF;
}
</style>
background-color css
<style>
a { background-color: #5FFBDF; }
a { background-color: rgb(95,251,223); }
div.DivClassName
{
background-color: #5FFBDF;
}
.BgClassName
{
background-color: #5FFBDF;
}
</style>
border-color css
<style>
span { border-color: #5FFBDF; }
span { border-color: rgb(95,251,223); }
td.TdClassName
{
border-color: #5FFBDF;
}
.TagClassName
{
border-color: #5FFBDF;
}
</style>