Shades of Aquamarine #5FFDD6
Tints of Aquamarine #5FFDD6
RGB
CMYK
RGB Variations
Color information
#5FFDD6 (or 0x5FFDD6) is known color: Aquamarine. HEX triplet: 5F, FD and D6. RGB value is (95,253,214). Sum of RGB (Red+Green+Blue) = 95+253+214=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDD6 is #A00229. Grayscale: #C9C9C9. Windows color (decimal): -10486314 or 14089567. OLE color: 14089567.
HSL color Cylindrical-coordinate representation of color #5FFDD6: hue angle of 165.19º degrees, saturation: 0.98, 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 #5FFDD6 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 214 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.01 |
| HSL | 165.19º | 0.98% | 0.68% | - |
| HSV(B) | 165.19º | 0.62% | 0.99% | - |
| XYZ | 51.98 | 77.54 | 75.85 | - |
| YUV | 201.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 214 | 0.62 | 0 | 0.15 | 0.01 | 165.19 | 0.98 | 0.68 |
| Hex | 5F | FD | D6 | 3E | 0 | F | 1 | A5 | 62 | 44 |
| Octal | 137 | 375 | 326 | 76 | 0 | 17 | 1 | 245 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11010110 | 111110 | 0 | 1111 | 1 | 10100101 | 1100010 | 1000100 |
Color Harmonies of #5FFDD6
Complementary color
Monochromatic Colors of #5FFDD6
Black with #5FFDD6
Text Example
Text Example
White with #5FFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDD6; }
p { color: rgb(95,253,214); }
H1.HeaderClassName
{
color: #5FFDD6;
}
.AnyTagClassName
{
color: #5FFDD6;
}
</style>
background-color css
<style>
a { background-color: #5FFDD6; }
a { background-color: rgb(95,253,214); }
div.DivClassName
{
background-color: #5FFDD6;
}
.BgClassName
{
background-color: #5FFDD6;
}
</style>
border-color css
<style>
span { border-color: #5FFDD6; }
span { border-color: rgb(95,253,214); }
td.TdClassName
{
border-color: #5FFDD6;
}
.TagClassName
{
border-color: #5FFDD6;
}
</style>