Shades of Aquamarine #5FF5CA
Tints of Aquamarine #5FF5CA
RGB
CMYK
RGB Variations
Color information
#5FF5CA (or 0x5FF5CA) is known color: Aquamarine. HEX triplet: 5F, F5 and CA. RGB value is (95,245,202). Sum of RGB (Red+Green+Blue) = 95+245+202=542 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.53% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF5CA is #A00A35. Grayscale: #C3C3C3. Windows color (decimal): -10488374 or 13301087. OLE color: 13301087.
HSL color Cylindrical-coordinate representation of color #5FF5CA: hue angle of 162.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF5CA is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 202 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.04 |
| HSL | 162.8º | 0.88% | 0.67% | - |
| HSV(B) | 162.8º | 0.61% | 0.96% | - |
| XYZ | 48.03 | 72 | 67.24 | - |
| YUV | 195.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 202 | 0.61 | 0 | 0.18 | 0.04 | 162.8 | 0.88 | 0.67 |
| Hex | 5F | F5 | CA | 3D | 0 | 12 | 4 | A3 | 58 | 43 |
| Octal | 137 | 365 | 312 | 75 | 0 | 22 | 4 | 243 | 130 | 103 |
| Binary | 1011111 | 11110101 | 11001010 | 111101 | 0 | 10010 | 100 | 10100011 | 1011000 | 1000011 |
Color Harmonies of #5FF5CA
Complementary color
Monochromatic Colors of #5FF5CA
Black with #5FF5CA
Text Example
Text Example
White with #5FF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF5CA; }
p { color: rgb(95,245,202); }
H1.HeaderClassName
{
color: #5FF5CA;
}
.AnyTagClassName
{
color: #5FF5CA;
}
</style>
background-color css
<style>
a { background-color: #5FF5CA; }
a { background-color: rgb(95,245,202); }
div.DivClassName
{
background-color: #5FF5CA;
}
.BgClassName
{
background-color: #5FF5CA;
}
</style>
border-color css
<style>
span { border-color: #5FF5CA; }
span { border-color: rgb(95,245,202); }
td.TdClassName
{
border-color: #5FF5CA;
}
.TagClassName
{
border-color: #5FF5CA;
}
</style>