Shades of Aquamarine #5FF9C2
Tints of Aquamarine #5FF9C2
RGB
CMYK
RGB Variations
Color information
#5FF9C2 (or 0x5FF9C2) is known color: Aquamarine. HEX triplet: 5F, F9 and C2. RGB value is (95,249,194). Sum of RGB (Red+Green+Blue) = 95+249+194=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF9C2 is #A0063D. Grayscale: #C4C4C4. Windows color (decimal): -10487358 or 12777823. OLE color: 12777823.
HSL color Cylindrical-coordinate representation of color #5FF9C2: hue angle of 158.57º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF9C2 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 249 | 194 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.02 |
| HSL | 158.57º | 0.93% | 0.67% | - |
| HSV(B) | 158.57º | 0.62% | 0.98% | - |
| XYZ | 48.33 | 74.08 | 62.79 | - |
| YUV | 196.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 249 | 194 | 0.62 | 0 | 0.22 | 0.02 | 158.57 | 0.93 | 0.67 |
| Hex | 5F | F9 | C2 | 3E | 0 | 16 | 2 | 9F | 5D | 43 |
| Octal | 137 | 371 | 302 | 76 | 0 | 26 | 2 | 237 | 135 | 103 |
| Binary | 1011111 | 11111001 | 11000010 | 111110 | 0 | 10110 | 10 | 10011111 | 1011101 | 1000011 |
Color Harmonies of #5FF9C2
Complementary color
Monochromatic Colors of #5FF9C2
Black with #5FF9C2
Text Example
Text Example
White with #5FF9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF9C2; }
p { color: rgb(95,249,194); }
H1.HeaderClassName
{
color: #5FF9C2;
}
.AnyTagClassName
{
color: #5FF9C2;
}
</style>
background-color css
<style>
a { background-color: #5FF9C2; }
a { background-color: rgb(95,249,194); }
div.DivClassName
{
background-color: #5FF9C2;
}
.BgClassName
{
background-color: #5FF9C2;
}
</style>
border-color css
<style>
span { border-color: #5FF9C2; }
span { border-color: rgb(95,249,194); }
td.TdClassName
{
border-color: #5FF9C2;
}
.TagClassName
{
border-color: #5FF9C2;
}
</style>