Shades of Aquamarine #5FF6C6
Tints of Aquamarine #5FF6C6
RGB
CMYK
RGB Variations
Color information
#5FF6C6 (or 0x5FF6C6) is known color: Aquamarine. HEX triplet: 5F, F6 and C6. RGB value is (95,246,198). Sum of RGB (Red+Green+Blue) = 95+246+198=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF6C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF6C6 is #A00939. Grayscale: #C3C3C3. Windows color (decimal): -10488122 or 13039199. OLE color: 13039199.
HSL color Cylindrical-coordinate representation of color #5FF6C6: hue angle of 160.93º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF6C6 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 198 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.04 |
| HSL | 160.93º | 0.89% | 0.67% | - |
| HSV(B) | 160.93º | 0.61% | 0.96% | - |
| XYZ | 47.87 | 72.42 | 64.88 | - |
| YUV | 195.38 | 129.47 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 198 | 0.61 | 0 | 0.20 | 0.04 | 160.93 | 0.89 | 0.67 |
| Hex | 5F | F6 | C6 | 3D | 0 | 14 | 4 | A1 | 59 | 43 |
| Octal | 137 | 366 | 306 | 75 | 0 | 24 | 4 | 241 | 131 | 103 |
| Binary | 1011111 | 11110110 | 11000110 | 111101 | 0 | 10100 | 100 | 10100001 | 1011001 | 1000011 |
Color Harmonies of #5FF6C6
Complementary color
Monochromatic Colors of #5FF6C6
Black with #5FF6C6
Text Example
Text Example
White with #5FF6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6C6; }
p { color: rgb(95,246,198); }
H1.HeaderClassName
{
color: #5FF6C6;
}
.AnyTagClassName
{
color: #5FF6C6;
}
</style>
background-color css
<style>
a { background-color: #5FF6C6; }
a { background-color: rgb(95,246,198); }
div.DivClassName
{
background-color: #5FF6C6;
}
.BgClassName
{
background-color: #5FF6C6;
}
</style>
border-color css
<style>
span { border-color: #5FF6C6; }
span { border-color: rgb(95,246,198); }
td.TdClassName
{
border-color: #5FF6C6;
}
.TagClassName
{
border-color: #5FF6C6;
}
</style>