Shades of Aquamarine #5FF8DE
Tints of Aquamarine #5FF8DE
RGB
CMYK
RGB Variations
Color information
#5FF8DE (or 0x5FF8DE) is known color: Aquamarine. HEX triplet: 5F, F8 and DE. RGB value is (95,248,222). Sum of RGB (Red+Green+Blue) = 95+248+222=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF8DE is #A00721. Grayscale: #C7C7C7. Windows color (decimal): -10487586 or 14612575. OLE color: 14612575.
HSL color Cylindrical-coordinate representation of color #5FF8DE: hue angle of 169.8º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF8DE is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 222 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.03 |
| HSL | 169.8º | 0.92% | 0.67% | - |
| HSV(B) | 169.8º | 0.62% | 0.97% | - |
| XYZ | 51.47 | 74.84 | 80.84 | - |
| YUV | 199.29 | 140.81 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 222 | 0.62 | 0 | 0.10 | 0.03 | 169.8 | 0.92 | 0.67 |
| Hex | 5F | F8 | DE | 3E | 0 | A | 3 | AA | 5C | 43 |
| Octal | 137 | 370 | 336 | 76 | 0 | 12 | 3 | 252 | 134 | 103 |
| Binary | 1011111 | 11111000 | 11011110 | 111110 | 0 | 1010 | 11 | 10101010 | 1011100 | 1000011 |
Color Harmonies of #5FF8DE
Complementary color
Monochromatic Colors of #5FF8DE
Black with #5FF8DE
Text Example
Text Example
White with #5FF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF8DE; }
p { color: rgb(95,248,222); }
H1.HeaderClassName
{
color: #5FF8DE;
}
.AnyTagClassName
{
color: #5FF8DE;
}
</style>
background-color css
<style>
a { background-color: #5FF8DE; }
a { background-color: rgb(95,248,222); }
div.DivClassName
{
background-color: #5FF8DE;
}
.BgClassName
{
background-color: #5FF8DE;
}
</style>
border-color css
<style>
span { border-color: #5FF8DE; }
span { border-color: rgb(95,248,222); }
td.TdClassName
{
border-color: #5FF8DE;
}
.TagClassName
{
border-color: #5FF8DE;
}
</style>