Shades of Aquamarine #5FFCDC
Tints of Aquamarine #5FFCDC
RGB
CMYK
RGB Variations
Color information
#5FFCDC (or 0x5FFCDC) is known color: Aquamarine. HEX triplet: 5F, FC and DC. RGB value is (95,252,220). Sum of RGB (Red+Green+Blue) = 95+252+220=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCDC is #A00323. Grayscale: #C9C9C9. Windows color (decimal): -10486564 or 14482527. OLE color: 14482527.
HSL color Cylindrical-coordinate representation of color #5FFCDC: hue angle of 167.77º 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 #5FFCDC is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 220 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.01 |
| HSL | 167.77º | 0.96% | 0.68% | - |
| HSV(B) | 167.77º | 0.62% | 0.99% | - |
| XYZ | 52.45 | 77.22 | 79.85 | - |
| YUV | 201.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 220 | 0.62 | 0 | 0.13 | 0.01 | 167.77 | 0.96 | 0.68 |
| Hex | 5F | FC | DC | 3E | 0 | D | 1 | A8 | 60 | 44 |
| Octal | 137 | 374 | 334 | 76 | 0 | 15 | 1 | 250 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11011100 | 111110 | 0 | 1101 | 1 | 10101000 | 1100000 | 1000100 |
Color Harmonies of #5FFCDC
Complementary color
Monochromatic Colors of #5FFCDC
Black with #5FFCDC
Text Example
Text Example
White with #5FFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCDC; }
p { color: rgb(95,252,220); }
H1.HeaderClassName
{
color: #5FFCDC;
}
.AnyTagClassName
{
color: #5FFCDC;
}
</style>
background-color css
<style>
a { background-color: #5FFCDC; }
a { background-color: rgb(95,252,220); }
div.DivClassName
{
background-color: #5FFCDC;
}
.BgClassName
{
background-color: #5FFCDC;
}
</style>
border-color css
<style>
span { border-color: #5FFCDC; }
span { border-color: rgb(95,252,220); }
td.TdClassName
{
border-color: #5FFCDC;
}
.TagClassName
{
border-color: #5FFCDC;
}
</style>