Shades of Aquamarine #5FFCDE
Tints of Aquamarine #5FFCDE
RGB
CMYK
RGB Variations
Color information
#5FFCDE (or 0x5FFCDE) is known color: Aquamarine. HEX triplet: 5F, FC and DE. RGB value is (95,252,222). Sum of RGB (Red+Green+Blue) = 95+252+222=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCDE is #A00321. Grayscale: #C9C9C9. Windows color (decimal): -10486562 or 14613599. OLE color: 14613599.
HSL color Cylindrical-coordinate representation of color #5FFCDE: hue angle of 168.54º degrees, saturation: 0.96, 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 #5FFCDE is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 222 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.54º | 0.96% | 0.68% | - |
| HSV(B) | 168.54º | 0.62% | 0.99% | - |
| XYZ | 52.71 | 77.33 | 81.25 | - |
| YUV | 201.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 222 | 0.62 | 0 | 0.12 | 0.01 | 168.54 | 0.96 | 0.68 |
| Hex | 5F | FC | DE | 3E | 0 | C | 1 | A9 | 60 | 44 |
| Octal | 137 | 374 | 336 | 76 | 0 | 14 | 1 | 251 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11011110 | 111110 | 0 | 1100 | 1 | 10101001 | 1100000 | 1000100 |
Color Harmonies of #5FFCDE
Complementary color
Monochromatic Colors of #5FFCDE
Black with #5FFCDE
Text Example
Text Example
White with #5FFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCDE; }
p { color: rgb(95,252,222); }
H1.HeaderClassName
{
color: #5FFCDE;
}
.AnyTagClassName
{
color: #5FFCDE;
}
</style>
background-color css
<style>
a { background-color: #5FFCDE; }
a { background-color: rgb(95,252,222); }
div.DivClassName
{
background-color: #5FFCDE;
}
.BgClassName
{
background-color: #5FFCDE;
}
</style>
border-color css
<style>
span { border-color: #5FFCDE; }
span { border-color: rgb(95,252,222); }
td.TdClassName
{
border-color: #5FFCDE;
}
.TagClassName
{
border-color: #5FFCDE;
}
</style>