Shades of Aquamarine #5FFACA
Tints of Aquamarine #5FFACA
RGB
CMYK
RGB Variations
Color information
#5FFACA (or 0x5FFACA) is known color: Aquamarine. HEX triplet: 5F, FA and CA. RGB value is (95,250,202). Sum of RGB (Red+Green+Blue) = 95+250+202=547 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.37% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFACA is #A00535. Grayscale: #C6C6C6. Windows color (decimal): -10487094 or 13302367. OLE color: 13302367.
HSL color Cylindrical-coordinate representation of color #5FFACA: hue angle of 161.42º 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 #5FFACA is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 202 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.02 |
| HSL | 161.42º | 0.94% | 0.68% | - |
| HSV(B) | 161.42º | 0.62% | 0.98% | - |
| XYZ | 49.57 | 75.07 | 67.75 | - |
| YUV | 198.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 202 | 0.62 | 0 | 0.19 | 0.02 | 161.42 | 0.94 | 0.68 |
| Hex | 5F | FA | CA | 3E | 0 | 13 | 2 | A1 | 5E | 44 |
| Octal | 137 | 372 | 312 | 76 | 0 | 23 | 2 | 241 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11001010 | 111110 | 0 | 10011 | 10 | 10100001 | 1011110 | 1000100 |
Color Harmonies of #5FFACA
Complementary color
Monochromatic Colors of #5FFACA
Black with #5FFACA
Text Example
Text Example
White with #5FFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFACA; }
p { color: rgb(95,250,202); }
H1.HeaderClassName
{
color: #5FFACA;
}
.AnyTagClassName
{
color: #5FFACA;
}
</style>
background-color css
<style>
a { background-color: #5FFACA; }
a { background-color: rgb(95,250,202); }
div.DivClassName
{
background-color: #5FFACA;
}
.BgClassName
{
background-color: #5FFACA;
}
</style>
border-color css
<style>
span { border-color: #5FFACA; }
span { border-color: rgb(95,250,202); }
td.TdClassName
{
border-color: #5FFACA;
}
.TagClassName
{
border-color: #5FFACA;
}
</style>