Shades of Aquamarine #5FFAD3
Tints of Aquamarine #5FFAD3
RGB
CMYK
RGB Variations
Color information
#5FFAD3 (or 0x5FFAD3) is known color: Aquamarine. HEX triplet: 5F, FA and D3. RGB value is (95,250,211). Sum of RGB (Red+Green+Blue) = 95+250+211=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAD3 is #A0052C. Grayscale: #C7C7C7. Windows color (decimal): -10487085 or 13892191. OLE color: 13892191.
HSL color Cylindrical-coordinate representation of color #5FFAD3: hue angle of 164.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAD3 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 211 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.02 |
| HSL | 164.9º | 0.94% | 0.68% | - |
| HSV(B) | 164.9º | 0.62% | 0.98% | - |
| XYZ | 50.66 | 75.51 | 73.53 | - |
| YUV | 199.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 211 | 0.62 | 0 | 0.16 | 0.02 | 164.9 | 0.94 | 0.68 |
| Hex | 5F | FA | D3 | 3E | 0 | 10 | 2 | A5 | 5E | 44 |
| Octal | 137 | 372 | 323 | 76 | 0 | 20 | 2 | 245 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11010011 | 111110 | 0 | 10000 | 10 | 10100101 | 1011110 | 1000100 |
Color Harmonies of #5FFAD3
Complementary color
Monochromatic Colors of #5FFAD3
Black with #5FFAD3
Text Example
Text Example
White with #5FFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAD3; }
p { color: rgb(95,250,211); }
H1.HeaderClassName
{
color: #5FFAD3;
}
.AnyTagClassName
{
color: #5FFAD3;
}
</style>
background-color css
<style>
a { background-color: #5FFAD3; }
a { background-color: rgb(95,250,211); }
div.DivClassName
{
background-color: #5FFAD3;
}
.BgClassName
{
background-color: #5FFAD3;
}
</style>
border-color css
<style>
span { border-color: #5FFAD3; }
span { border-color: rgb(95,250,211); }
td.TdClassName
{
border-color: #5FFAD3;
}
.TagClassName
{
border-color: #5FFAD3;
}
</style>