Shades of Aquamarine #5FFDDD
Tints of Aquamarine #5FFDDD
RGB
CMYK
RGB Variations
Color information
#5FFDDD (or 0x5FFDDD) is known color: Aquamarine. HEX triplet: 5F, FD and DD. RGB value is (95,253,221). Sum of RGB (Red+Green+Blue) = 95+253+221=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDDD is #A00222. Grayscale: #CACACA. Windows color (decimal): -10486307 or 14548319. OLE color: 14548319.
HSL color Cylindrical-coordinate representation of color #5FFDDD: hue angle of 167.85º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDDD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 221 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.01 |
| HSL | 167.85º | 0.98% | 0.68% | - |
| HSV(B) | 167.85º | 0.62% | 0.99% | - |
| XYZ | 52.9 | 77.9 | 80.66 | - |
| YUV | 202.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 221 | 0.62 | 0 | 0.13 | 0.01 | 167.85 | 0.98 | 0.68 |
| Hex | 5F | FD | DD | 3E | 0 | D | 1 | A8 | 62 | 44 |
| Octal | 137 | 375 | 335 | 76 | 0 | 15 | 1 | 250 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11011101 | 111110 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000100 |
Color Harmonies of #5FFDDD
Complementary color
Monochromatic Colors of #5FFDDD
Black with #5FFDDD
Text Example
Text Example
White with #5FFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDDD; }
p { color: rgb(95,253,221); }
H1.HeaderClassName
{
color: #5FFDDD;
}
.AnyTagClassName
{
color: #5FFDDD;
}
</style>
background-color css
<style>
a { background-color: #5FFDDD; }
a { background-color: rgb(95,253,221); }
div.DivClassName
{
background-color: #5FFDDD;
}
.BgClassName
{
background-color: #5FFDDD;
}
</style>
border-color css
<style>
span { border-color: #5FFDDD; }
span { border-color: rgb(95,253,221); }
td.TdClassName
{
border-color: #5FFDDD;
}
.TagClassName
{
border-color: #5FFDDD;
}
</style>