Shades of Aquamarine #5FFCDD
Tints of Aquamarine #5FFCDD
RGB
CMYK
RGB Variations
Color information
#5FFCDD (or 0x5FFCDD) is known color: Aquamarine. HEX triplet: 5F, FC and DD. RGB value is (95,252,221). Sum of RGB (Red+Green+Blue) = 95+252+221=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCDD is #A00322. Grayscale: #C9C9C9. Windows color (decimal): -10486563 or 14548063. OLE color: 14548063.
HSL color Cylindrical-coordinate representation of color #5FFCDD: hue angle of 168.15º 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 #5FFCDD is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 221 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.15º | 0.96% | 0.68% | - |
| HSV(B) | 168.15º | 0.62% | 0.99% | - |
| XYZ | 52.58 | 77.27 | 80.55 | - |
| YUV | 201.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 221 | 0.62 | 0 | 0.12 | 0.01 | 168.15 | 0.96 | 0.68 |
| Hex | 5F | FC | DD | 3E | 0 | C | 1 | A8 | 60 | 44 |
| Octal | 137 | 374 | 335 | 76 | 0 | 14 | 1 | 250 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11011101 | 111110 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000100 |
Color Harmonies of #5FFCDD
Complementary color
Monochromatic Colors of #5FFCDD
Black with #5FFCDD
Text Example
Text Example
White with #5FFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCDD; }
p { color: rgb(95,252,221); }
H1.HeaderClassName
{
color: #5FFCDD;
}
.AnyTagClassName
{
color: #5FFCDD;
}
</style>
background-color css
<style>
a { background-color: #5FFCDD; }
a { background-color: rgb(95,252,221); }
div.DivClassName
{
background-color: #5FFCDD;
}
.BgClassName
{
background-color: #5FFCDD;
}
</style>
border-color css
<style>
span { border-color: #5FFCDD; }
span { border-color: rgb(95,252,221); }
td.TdClassName
{
border-color: #5FFCDD;
}
.TagClassName
{
border-color: #5FFCDD;
}
</style>