Shades of Aquamarine #5FF3DB
Tints of Aquamarine #5FF3DB
RGB
CMYK
RGB Variations
Color information
#5FF3DB (or 0x5FF3DB) is known color: Aquamarine. HEX triplet: 5F, F3 and DB. RGB value is (95,243,219). Sum of RGB (Red+Green+Blue) = 95+243+219=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF3DB is #A00C24. Grayscale: #C3C3C3. Windows color (decimal): -10488869 or 14414687. OLE color: 14414687.
HSL color Cylindrical-coordinate representation of color #5FF3DB: hue angle of 170.27º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF3DB is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 243 | 219 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.05 |
| HSL | 170.27º | 0.86% | 0.66% | - |
| HSV(B) | 170.27º | 0.61% | 0.95% | - |
| XYZ | 49.56 | 71.65 | 78.24 | - |
| YUV | 196.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 243 | 219 | 0.61 | 0 | 0.10 | 0.05 | 170.27 | 0.86 | 0.66 |
| Hex | 5F | F3 | DB | 3D | 0 | A | 5 | AA | 56 | 42 |
| Octal | 137 | 363 | 333 | 75 | 0 | 12 | 5 | 252 | 126 | 102 |
| Binary | 1011111 | 11110011 | 11011011 | 111101 | 0 | 1010 | 101 | 10101010 | 1010110 | 1000010 |
Color Harmonies of #5FF3DB
Complementary color
Monochromatic Colors of #5FF3DB
Black with #5FF3DB
Text Example
Text Example
White with #5FF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF3DB; }
p { color: rgb(95,243,219); }
H1.HeaderClassName
{
color: #5FF3DB;
}
.AnyTagClassName
{
color: #5FF3DB;
}
</style>
background-color css
<style>
a { background-color: #5FF3DB; }
a { background-color: rgb(95,243,219); }
div.DivClassName
{
background-color: #5FF3DB;
}
.BgClassName
{
background-color: #5FF3DB;
}
</style>
border-color css
<style>
span { border-color: #5FF3DB; }
span { border-color: rgb(95,243,219); }
td.TdClassName
{
border-color: #5FF3DB;
}
.TagClassName
{
border-color: #5FF3DB;
}
</style>