Shades of Aquamarine #5BFADC
Tints of Aquamarine #5BFADC
RGB
CMYK
RGB Variations
Color information
#5BFADC (or 0x5BFADC) is known color: Aquamarine. HEX triplet: 5B, FA and DC. RGB value is (91,250,220). Sum of RGB (Red+Green+Blue) = 91+250+220=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFADC is #A40523. Grayscale: #C7C7C7. Windows color (decimal): -10749220 or 14482011. OLE color: 14482011.
HSL color Cylindrical-coordinate representation of color #5BFADC: hue angle of 168.68º degrees, saturation: 0.94, 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 #5BFADC is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 220 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 168.68º | 0.94% | 0.67% | - |
| HSV(B) | 168.68º | 0.64% | 0.98% | - |
| XYZ | 51.42 | 75.76 | 79.62 | - |
| YUV | 199.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 220 | 0.64 | 0 | 0.12 | 0.02 | 168.68 | 0.94 | 0.67 |
| Hex | 5B | FA | DC | 40 | 0 | C | 2 | A9 | 5E | 43 |
| Octal | 133 | 372 | 334 | 100 | 0 | 14 | 2 | 251 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11011100 | 1000000 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000011 |
Color Harmonies of #5BFADC
Complementary color
Monochromatic Colors of #5BFADC
Black with #5BFADC
Text Example
Text Example
White with #5BFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFADC; }
p { color: rgb(91,250,220); }
H1.HeaderClassName
{
color: #5BFADC;
}
.AnyTagClassName
{
color: #5BFADC;
}
</style>
background-color css
<style>
a { background-color: #5BFADC; }
a { background-color: rgb(91,250,220); }
div.DivClassName
{
background-color: #5BFADC;
}
.BgClassName
{
background-color: #5BFADC;
}
</style>
border-color css
<style>
span { border-color: #5BFADC; }
span { border-color: rgb(91,250,220); }
td.TdClassName
{
border-color: #5BFADC;
}
.TagClassName
{
border-color: #5BFADC;
}
</style>