Shades of Aquamarine #5FFBDE
Tints of Aquamarine #5FFBDE
RGB
CMYK
RGB Variations
Color information
#5FFBDE (or 0x5FFBDE) is known color: Aquamarine. HEX triplet: 5F, FB and DE. RGB value is (95,251,222). Sum of RGB (Red+Green+Blue) = 95+251+222=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBDE is #A00421. Grayscale: #C9C9C9. Windows color (decimal): -10486818 or 14613343. OLE color: 14613343.
HSL color Cylindrical-coordinate representation of color #5FFBDE: hue angle of 168.85º 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 #5FFBDE is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 222 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.02 |
| HSL | 168.85º | 0.95% | 0.68% | - |
| HSV(B) | 168.85º | 0.62% | 0.98% | - |
| XYZ | 52.4 | 76.7 | 81.15 | - |
| YUV | 201.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 222 | 0.62 | 0 | 0.12 | 0.02 | 168.85 | 0.95 | 0.68 |
| Hex | 5F | FB | DE | 3E | 0 | C | 2 | A9 | 5F | 44 |
| Octal | 137 | 373 | 336 | 76 | 0 | 14 | 2 | 251 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11011110 | 111110 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000100 |
Color Harmonies of #5FFBDE
Complementary color
Monochromatic Colors of #5FFBDE
Black with #5FFBDE
Text Example
Text Example
White with #5FFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBDE; }
p { color: rgb(95,251,222); }
H1.HeaderClassName
{
color: #5FFBDE;
}
.AnyTagClassName
{
color: #5FFBDE;
}
</style>
background-color css
<style>
a { background-color: #5FFBDE; }
a { background-color: rgb(95,251,222); }
div.DivClassName
{
background-color: #5FFBDE;
}
.BgClassName
{
background-color: #5FFBDE;
}
</style>
border-color css
<style>
span { border-color: #5FFBDE; }
span { border-color: rgb(95,251,222); }
td.TdClassName
{
border-color: #5FFBDE;
}
.TagClassName
{
border-color: #5FFBDE;
}
</style>