Shades of Aquamarine #5FF6DD
Tints of Aquamarine #5FF6DD
RGB
CMYK
RGB Variations
Color information
#5FF6DD (or 0x5FF6DD) is known color: Aquamarine. HEX triplet: 5F, F6 and DD. RGB value is (95,246,221). Sum of RGB (Red+Green+Blue) = 95+246+221=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF6DD is #A00922. Grayscale: #C5C5C5. Windows color (decimal): -10488099 or 14546527. OLE color: 14546527.
HSL color Cylindrical-coordinate representation of color #5FF6DD: hue angle of 170.07º 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 #5FF6DD is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 221 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.04 |
| HSL | 170.07º | 0.89% | 0.67% | - |
| HSV(B) | 170.07º | 0.61% | 0.96% | - |
| XYZ | 50.73 | 73.56 | 79.93 | - |
| YUV | 198 | 140.97 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 221 | 0.61 | 0 | 0.10 | 0.04 | 170.07 | 0.89 | 0.67 |
| Hex | 5F | F6 | DD | 3D | 0 | A | 4 | AA | 59 | 43 |
| Octal | 137 | 366 | 335 | 75 | 0 | 12 | 4 | 252 | 131 | 103 |
| Binary | 1011111 | 11110110 | 11011101 | 111101 | 0 | 1010 | 100 | 10101010 | 1011001 | 1000011 |
Color Harmonies of #5FF6DD
Complementary color
Monochromatic Colors of #5FF6DD
Black with #5FF6DD
Text Example
Text Example
White with #5FF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6DD; }
p { color: rgb(95,246,221); }
H1.HeaderClassName
{
color: #5FF6DD;
}
.AnyTagClassName
{
color: #5FF6DD;
}
</style>
background-color css
<style>
a { background-color: #5FF6DD; }
a { background-color: rgb(95,246,221); }
div.DivClassName
{
background-color: #5FF6DD;
}
.BgClassName
{
background-color: #5FF6DD;
}
</style>
border-color css
<style>
span { border-color: #5FF6DD; }
span { border-color: rgb(95,246,221); }
td.TdClassName
{
border-color: #5FF6DD;
}
.TagClassName
{
border-color: #5FF6DD;
}
</style>