Shades of Aquamarine #5BFBCB
Tints of Aquamarine #5BFBCB
RGB
CMYK
RGB Variations
Color information
#5BFBCB (or 0x5BFBCB) is known color: Aquamarine. HEX triplet: 5B, FB and CB. RGB value is (91,251,203). Sum of RGB (Red+Green+Blue) = 91+251+203=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBCB is #A40434. Grayscale: #C5C5C5. Windows color (decimal): -10748981 or 13368155. OLE color: 13368155.
HSL color Cylindrical-coordinate representation of color #5BFBCB: hue angle of 162º degrees, saturation: 0.95, 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 #5BFBCB is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 203 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.02 |
| HSL | 162º | 0.95% | 0.67% | - |
| HSV(B) | 162º | 0.64% | 0.98% | - |
| XYZ | 49.59 | 75.53 | 68.47 | - |
| YUV | 197.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 203 | 0.64 | 0 | 0.19 | 0.02 | 162 | 0.95 | 0.67 |
| Hex | 5B | FB | CB | 40 | 0 | 13 | 2 | A2 | 5F | 43 |
| Octal | 133 | 373 | 313 | 100 | 0 | 23 | 2 | 242 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11001011 | 1000000 | 0 | 10011 | 10 | 10100010 | 1011111 | 1000011 |
Color Harmonies of #5BFBCB
Complementary color
Monochromatic Colors of #5BFBCB
Black with #5BFBCB
Text Example
Text Example
White with #5BFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBCB; }
p { color: rgb(91,251,203); }
H1.HeaderClassName
{
color: #5BFBCB;
}
.AnyTagClassName
{
color: #5BFBCB;
}
</style>
background-color css
<style>
a { background-color: #5BFBCB; }
a { background-color: rgb(91,251,203); }
div.DivClassName
{
background-color: #5BFBCB;
}
.BgClassName
{
background-color: #5BFBCB;
}
</style>
border-color css
<style>
span { border-color: #5BFBCB; }
span { border-color: rgb(91,251,203); }
td.TdClassName
{
border-color: #5BFBCB;
}
.TagClassName
{
border-color: #5BFBCB;
}
</style>