Shades of Aquamarine #5FFDDF
Tints of Aquamarine #5FFDDF
RGB
CMYK
RGB Variations
Color information
#5FFDDF (or 0x5FFDDF) is known color: Aquamarine. HEX triplet: 5F, FD and DF. RGB value is (95,253,223). Sum of RGB (Red+Green+Blue) = 95+253+223=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDDF is #A00220. Grayscale: #CACACA. Windows color (decimal): -10486305 or 14679391. OLE color: 14679391.
HSL color Cylindrical-coordinate representation of color #5FFDDF: hue angle of 168.61º 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 #5FFDDF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 223 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.61º | 0.98% | 0.68% | - |
| HSV(B) | 168.61º | 0.62% | 0.99% | - |
| XYZ | 53.16 | 78.01 | 82.07 | - |
| YUV | 202.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 223 | 0.62 | 0 | 0.12 | 0.01 | 168.61 | 0.98 | 0.68 |
| Hex | 5F | FD | DF | 3E | 0 | C | 1 | A9 | 62 | 44 |
| Octal | 137 | 375 | 337 | 76 | 0 | 14 | 1 | 251 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11011111 | 111110 | 0 | 1100 | 1 | 10101001 | 1100010 | 1000100 |
Color Harmonies of #5FFDDF
Complementary color
Monochromatic Colors of #5FFDDF
Black with #5FFDDF
Text Example
Text Example
White with #5FFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDDF; }
p { color: rgb(95,253,223); }
H1.HeaderClassName
{
color: #5FFDDF;
}
.AnyTagClassName
{
color: #5FFDDF;
}
</style>
background-color css
<style>
a { background-color: #5FFDDF; }
a { background-color: rgb(95,253,223); }
div.DivClassName
{
background-color: #5FFDDF;
}
.BgClassName
{
background-color: #5FFDDF;
}
</style>
border-color css
<style>
span { border-color: #5FFDDF; }
span { border-color: rgb(95,253,223); }
td.TdClassName
{
border-color: #5FFDDF;
}
.TagClassName
{
border-color: #5FFDDF;
}
</style>