Shades of Aquamarine #5AFBCE
Tints of Aquamarine #5AFBCE
RGB
CMYK
RGB Variations
Color information
#5AFBCE (or 0x5AFBCE) is known color: Aquamarine. HEX triplet: 5A, FB and CE. RGB value is (90,251,206). Sum of RGB (Red+Green+Blue) = 90+251+206=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBCE is #A50431. Grayscale: #C5C5C5. Windows color (decimal): -10814514 or 13564762. OLE color: 13564762.
HSL color Cylindrical-coordinate representation of color #5AFBCE: hue angle of 163.23º 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 #5AFBCE is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 206 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.02 |
| HSL | 163.23º | 0.95% | 0.67% | - |
| HSV(B) | 163.23º | 0.64% | 0.98% | - |
| XYZ | 49.85 | 75.62 | 70.36 | - |
| YUV | 197.73 | 132.66 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 206 | 0.64 | 0 | 0.18 | 0.02 | 163.23 | 0.95 | 0.67 |
| Hex | 5A | FB | CE | 40 | 0 | 12 | 2 | A3 | 5F | 43 |
| Octal | 132 | 373 | 316 | 100 | 0 | 22 | 2 | 243 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11001110 | 1000000 | 0 | 10010 | 10 | 10100011 | 1011111 | 1000011 |
Color Harmonies of #5AFBCE
Complementary color
Monochromatic Colors of #5AFBCE
Black with #5AFBCE
Text Example
Text Example
White with #5AFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBCE; }
p { color: rgb(90,251,206); }
H1.HeaderClassName
{
color: #5AFBCE;
}
.AnyTagClassName
{
color: #5AFBCE;
}
</style>
background-color css
<style>
a { background-color: #5AFBCE; }
a { background-color: rgb(90,251,206); }
div.DivClassName
{
background-color: #5AFBCE;
}
.BgClassName
{
background-color: #5AFBCE;
}
</style>
border-color css
<style>
span { border-color: #5AFBCE; }
span { border-color: rgb(90,251,206); }
td.TdClassName
{
border-color: #5AFBCE;
}
.TagClassName
{
border-color: #5AFBCE;
}
</style>