Shades of Aquamarine #5FFAD2
Tints of Aquamarine #5FFAD2
RGB
CMYK
RGB Variations
Color information
#5FFAD2 (or 0x5FFAD2) is known color: Aquamarine. HEX triplet: 5F, FA and D2. RGB value is (95,250,210). Sum of RGB (Red+Green+Blue) = 95+250+210=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAD2 is #A0052D. Grayscale: #C7C7C7. Windows color (decimal): -10487086 or 13826655. OLE color: 13826655.
HSL color Cylindrical-coordinate representation of color #5FFAD2: hue angle of 164.52º 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 #5FFAD2 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 210 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.02 |
| HSL | 164.52º | 0.94% | 0.68% | - |
| HSV(B) | 164.52º | 0.62% | 0.98% | - |
| XYZ | 50.54 | 75.46 | 72.87 | - |
| YUV | 199.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 210 | 0.62 | 0 | 0.16 | 0.02 | 164.52 | 0.94 | 0.68 |
| Hex | 5F | FA | D2 | 3E | 0 | 10 | 2 | A5 | 5E | 44 |
| Octal | 137 | 372 | 322 | 76 | 0 | 20 | 2 | 245 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11010010 | 111110 | 0 | 10000 | 10 | 10100101 | 1011110 | 1000100 |
Color Harmonies of #5FFAD2
Complementary color
Monochromatic Colors of #5FFAD2
Black with #5FFAD2
Text Example
Text Example
White with #5FFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAD2; }
p { color: rgb(95,250,210); }
H1.HeaderClassName
{
color: #5FFAD2;
}
.AnyTagClassName
{
color: #5FFAD2;
}
</style>
background-color css
<style>
a { background-color: #5FFAD2; }
a { background-color: rgb(95,250,210); }
div.DivClassName
{
background-color: #5FFAD2;
}
.BgClassName
{
background-color: #5FFAD2;
}
</style>
border-color css
<style>
span { border-color: #5FFAD2; }
span { border-color: rgb(95,250,210); }
td.TdClassName
{
border-color: #5FFAD2;
}
.TagClassName
{
border-color: #5FFAD2;
}
</style>