Shades of Aquamarine #5BFBD2
Tints of Aquamarine #5BFBD2
RGB
CMYK
RGB Variations
Color information
#5BFBD2 (or 0x5BFBD2) is known color: Aquamarine. HEX triplet: 5B, FB and D2. RGB value is (91,251,210). Sum of RGB (Red+Green+Blue) = 91+251+210=552 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.49% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBD2 is #A4042D. Grayscale: #C6C6C6. Windows color (decimal): -10748974 or 13826907. OLE color: 13826907.
HSL color Cylindrical-coordinate representation of color #5BFBD2: hue angle of 164.62º 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 #5BFBD2 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 210 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.02 |
| HSL | 164.63º | 0.95% | 0.67% | - |
| HSV(B) | 164.63º | 0.64% | 0.98% | - |
| XYZ | 50.44 | 75.87 | 72.96 | - |
| YUV | 198.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 210 | 0.64 | 0 | 0.16 | 0.02 | 164.63 | 0.95 | 0.67 |
| Hex | 5B | FB | D2 | 40 | 0 | 10 | 2 | A5 | 5F | 43 |
| Octal | 133 | 373 | 322 | 100 | 0 | 20 | 2 | 245 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11010010 | 1000000 | 0 | 10000 | 10 | 10100101 | 1011111 | 1000011 |
Color Harmonies of #5BFBD2
Complementary color
Monochromatic Colors of #5BFBD2
Black with #5BFBD2
Text Example
Text Example
White with #5BFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBD2; }
p { color: rgb(91,251,210); }
H1.HeaderClassName
{
color: #5BFBD2;
}
.AnyTagClassName
{
color: #5BFBD2;
}
</style>
background-color css
<style>
a { background-color: #5BFBD2; }
a { background-color: rgb(91,251,210); }
div.DivClassName
{
background-color: #5BFBD2;
}
.BgClassName
{
background-color: #5BFBD2;
}
</style>
border-color css
<style>
span { border-color: #5BFBD2; }
span { border-color: rgb(91,251,210); }
td.TdClassName
{
border-color: #5BFBD2;
}
.TagClassName
{
border-color: #5BFBD2;
}
</style>