Shades of Aquamarine #5BFBDC
Tints of Aquamarine #5BFBDC
RGB
CMYK
RGB Variations
Color information
#5BFBDC (or 0x5BFBDC) is known color: Aquamarine. HEX triplet: 5B, FB and DC. RGB value is (91,251,220). Sum of RGB (Red+Green+Blue) = 91+251+220=562 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.19% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBDC is #A40423. Grayscale: #C7C7C7. Windows color (decimal): -10748964 or 14482267. OLE color: 14482267.
HSL color Cylindrical-coordinate representation of color #5BFBDC: hue angle of 168.38º 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 #5BFBDC is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 220 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 168.38º | 0.95% | 0.67% | - |
| HSV(B) | 168.38º | 0.64% | 0.98% | - |
| XYZ | 51.73 | 76.39 | 79.73 | - |
| YUV | 199.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 220 | 0.64 | 0 | 0.12 | 0.02 | 168.38 | 0.95 | 0.67 |
| Hex | 5B | FB | DC | 40 | 0 | C | 2 | A8 | 5F | 43 |
| Octal | 133 | 373 | 334 | 100 | 0 | 14 | 2 | 250 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11011100 | 1000000 | 0 | 1100 | 10 | 10101000 | 1011111 | 1000011 |
Color Harmonies of #5BFBDC
Complementary color
Monochromatic Colors of #5BFBDC
Black with #5BFBDC
Text Example
Text Example
White with #5BFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBDC; }
p { color: rgb(91,251,220); }
H1.HeaderClassName
{
color: #5BFBDC;
}
.AnyTagClassName
{
color: #5BFBDC;
}
</style>
background-color css
<style>
a { background-color: #5BFBDC; }
a { background-color: rgb(91,251,220); }
div.DivClassName
{
background-color: #5BFBDC;
}
.BgClassName
{
background-color: #5BFBDC;
}
</style>
border-color css
<style>
span { border-color: #5BFBDC; }
span { border-color: rgb(91,251,220); }
td.TdClassName
{
border-color: #5BFBDC;
}
.TagClassName
{
border-color: #5BFBDC;
}
</style>