Shades of Aquamarine #5FFDDE
Tints of Aquamarine #5FFDDE
RGB
CMYK
RGB Variations
Color information
#5FFDDE (or 0x5FFDDE) is known color: Aquamarine. HEX triplet: 5F, FD and DE. RGB value is (95,253,222). Sum of RGB (Red+Green+Blue) = 95+253+222=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDDE is #A00221. Grayscale: #CACACA. Windows color (decimal): -10486306 or 14613855. OLE color: 14613855.
HSL color Cylindrical-coordinate representation of color #5FFDDE: hue angle of 168.23º 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 #5FFDDE is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 222 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.23º | 0.98% | 0.68% | - |
| HSV(B) | 168.23º | 0.62% | 0.99% | - |
| XYZ | 53.03 | 77.96 | 81.36 | - |
| YUV | 202.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 222 | 0.62 | 0 | 0.12 | 0.01 | 168.23 | 0.98 | 0.68 |
| Hex | 5F | FD | DE | 3E | 0 | C | 1 | A8 | 62 | 44 |
| Octal | 137 | 375 | 336 | 76 | 0 | 14 | 1 | 250 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11011110 | 111110 | 0 | 1100 | 1 | 10101000 | 1100010 | 1000100 |
Color Harmonies of #5FFDDE
Complementary color
Monochromatic Colors of #5FFDDE
Black with #5FFDDE
Text Example
Text Example
White with #5FFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDDE; }
p { color: rgb(95,253,222); }
H1.HeaderClassName
{
color: #5FFDDE;
}
.AnyTagClassName
{
color: #5FFDDE;
}
</style>
background-color css
<style>
a { background-color: #5FFDDE; }
a { background-color: rgb(95,253,222); }
div.DivClassName
{
background-color: #5FFDDE;
}
.BgClassName
{
background-color: #5FFDDE;
}
</style>
border-color css
<style>
span { border-color: #5FFDDE; }
span { border-color: rgb(95,253,222); }
td.TdClassName
{
border-color: #5FFDDE;
}
.TagClassName
{
border-color: #5FFDDE;
}
</style>