Shades of Aquamarine #5BFACA
Tints of Aquamarine #5BFACA
RGB
CMYK
RGB Variations
Color information
#5BFACA (or 0x5BFACA) is known color: Aquamarine. HEX triplet: 5B, FA and CA. RGB value is (91,250,202). Sum of RGB (Red+Green+Blue) = 91+250+202=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFACA is #A40535. Grayscale: #C5C5C5. Windows color (decimal): -10749238 or 13302363. OLE color: 13302363.
HSL color Cylindrical-coordinate representation of color #5BFACA: hue angle of 161.89º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFACA is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 202 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.02 |
| HSL | 161.89º | 0.94% | 0.67% | - |
| HSV(B) | 161.89º | 0.64% | 0.98% | - |
| XYZ | 49.16 | 74.86 | 67.74 | - |
| YUV | 196.99 | 130.82 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 202 | 0.64 | 0 | 0.19 | 0.02 | 161.89 | 0.94 | 0.67 |
| Hex | 5B | FA | CA | 40 | 0 | 13 | 2 | A2 | 5E | 43 |
| Octal | 133 | 372 | 312 | 100 | 0 | 23 | 2 | 242 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11001010 | 1000000 | 0 | 10011 | 10 | 10100010 | 1011110 | 1000011 |
Color Harmonies of #5BFACA
Complementary color
Monochromatic Colors of #5BFACA
Black with #5BFACA
Text Example
Text Example
White with #5BFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFACA; }
p { color: rgb(91,250,202); }
H1.HeaderClassName
{
color: #5BFACA;
}
.AnyTagClassName
{
color: #5BFACA;
}
</style>
background-color css
<style>
a { background-color: #5BFACA; }
a { background-color: rgb(91,250,202); }
div.DivClassName
{
background-color: #5BFACA;
}
.BgClassName
{
background-color: #5BFACA;
}
</style>
border-color css
<style>
span { border-color: #5BFACA; }
span { border-color: rgb(91,250,202); }
td.TdClassName
{
border-color: #5BFACA;
}
.TagClassName
{
border-color: #5BFACA;
}
</style>