Shades of Aquamarine #5BFCCB
Tints of Aquamarine #5BFCCB
RGB
CMYK
RGB Variations
Color information
#5BFCCB (or 0x5BFCCB) is known color: Aquamarine. HEX triplet: 5B, FC and CB. RGB value is (91,252,203). Sum of RGB (Red+Green+Blue) = 91+252+203=546 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.67% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCCB is #A40334. Grayscale: #C6C6C6. Windows color (decimal): -10748725 or 13368411. OLE color: 13368411.
HSL color Cylindrical-coordinate representation of color #5BFCCB: hue angle of 161.74º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFCCB is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 203 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.01 |
| HSL | 161.74º | 0.96% | 0.67% | - |
| HSV(B) | 161.74º | 0.64% | 0.99% | - |
| XYZ | 49.9 | 76.16 | 68.57 | - |
| YUV | 198.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 203 | 0.64 | 0 | 0.19 | 0.01 | 161.74 | 0.96 | 0.67 |
| Hex | 5B | FC | CB | 40 | 0 | 13 | 1 | A2 | 60 | 43 |
| Octal | 133 | 374 | 313 | 100 | 0 | 23 | 1 | 242 | 140 | 103 |
| Binary | 1011011 | 11111100 | 11001011 | 1000000 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000011 |
Color Harmonies of #5BFCCB
Complementary color
Monochromatic Colors of #5BFCCB
Black with #5BFCCB
Text Example
Text Example
White with #5BFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCCB; }
p { color: rgb(91,252,203); }
H1.HeaderClassName
{
color: #5BFCCB;
}
.AnyTagClassName
{
color: #5BFCCB;
}
</style>
background-color css
<style>
a { background-color: #5BFCCB; }
a { background-color: rgb(91,252,203); }
div.DivClassName
{
background-color: #5BFCCB;
}
.BgClassName
{
background-color: #5BFCCB;
}
</style>
border-color css
<style>
span { border-color: #5BFCCB; }
span { border-color: rgb(91,252,203); }
td.TdClassName
{
border-color: #5BFCCB;
}
.TagClassName
{
border-color: #5BFCCB;
}
</style>