Shades of Aquamarine #5FFECB
Tints of Aquamarine #5FFECB
RGB
CMYK
RGB Variations
Color information
#5FFECB (or 0x5FFECB) is known color: Aquamarine. HEX triplet: 5F, FE and CB. RGB value is (95,254,203). Sum of RGB (Red+Green+Blue) = 95+254+203=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFECB is #A00134. Grayscale: #C8C8C8. Windows color (decimal): -10486069 or 13368927. OLE color: 13368927.
HSL color Cylindrical-coordinate representation of color #5FFECB: hue angle of 160.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFECB is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 203 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.00 |
| HSL | 160.75º | 0.99% | 0.68% | - |
| HSV(B) | 160.75º | 0.63% | 1% | - |
| XYZ | 50.94 | 77.63 | 68.8 | - |
| YUV | 200.65 | 129.32 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 203 | 0.63 | 0 | 0.20 | 0.00 | 160.75 | 0.99 | 0.68 |
| Hex | 5F | FE | CB | 3F | 0 | 14 | 0 | A1 | 63 | 44 |
| Octal | 137 | 376 | 313 | 77 | 0 | 24 | 0 | 241 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11001011 | 111111 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000100 |
Color Harmonies of #5FFECB
Complementary color
Monochromatic Colors of #5FFECB
Black with #5FFECB
Text Example
Text Example
White with #5FFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFECB; }
p { color: rgb(95,254,203); }
H1.HeaderClassName
{
color: #5FFECB;
}
.AnyTagClassName
{
color: #5FFECB;
}
</style>
background-color css
<style>
a { background-color: #5FFECB; }
a { background-color: rgb(95,254,203); }
div.DivClassName
{
background-color: #5FFECB;
}
.BgClassName
{
background-color: #5FFECB;
}
</style>
border-color css
<style>
span { border-color: #5FFECB; }
span { border-color: rgb(95,254,203); }
td.TdClassName
{
border-color: #5FFECB;
}
.TagClassName
{
border-color: #5FFECB;
}
</style>