Shades of Aquamarine #5DFAC2
Tints of Aquamarine #5DFAC2
RGB
CMYK
RGB Variations
Color information
#5DFAC2 (or 0x5DFAC2) is known color: Aquamarine. HEX triplet: 5D, FA and C2. RGB value is (93,250,194). Sum of RGB (Red+Green+Blue) = 93+250+194=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFAC2 is #A2053D. Grayscale: #C4C4C4. Windows color (decimal): -10618174 or 12778077. OLE color: 12778077.
HSL color Cylindrical-coordinate representation of color #5DFAC2: hue angle of 158.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFAC2 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 194 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.02 |
| HSL | 158.6º | 0.94% | 0.67% | - |
| HSV(B) | 158.6º | 0.63% | 0.98% | - |
| XYZ | 48.44 | 74.59 | 62.88 | - |
| YUV | 196.67 | 126.49 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 194 | 0.63 | 0 | 0.22 | 0.02 | 158.6 | 0.94 | 0.67 |
| Hex | 5D | FA | C2 | 3F | 0 | 16 | 2 | 9F | 5E | 43 |
| Octal | 135 | 372 | 302 | 77 | 0 | 26 | 2 | 237 | 136 | 103 |
| Binary | 1011101 | 11111010 | 11000010 | 111111 | 0 | 10110 | 10 | 10011111 | 1011110 | 1000011 |
Color Harmonies of #5DFAC2
Complementary color
Monochromatic Colors of #5DFAC2
Black with #5DFAC2
Text Example
Text Example
White with #5DFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFAC2; }
p { color: rgb(93,250,194); }
H1.HeaderClassName
{
color: #5DFAC2;
}
.AnyTagClassName
{
color: #5DFAC2;
}
</style>
background-color css
<style>
a { background-color: #5DFAC2; }
a { background-color: rgb(93,250,194); }
div.DivClassName
{
background-color: #5DFAC2;
}
.BgClassName
{
background-color: #5DFAC2;
}
</style>
border-color css
<style>
span { border-color: #5DFAC2; }
span { border-color: rgb(93,250,194); }
td.TdClassName
{
border-color: #5DFAC2;
}
.TagClassName
{
border-color: #5DFAC2;
}
</style>