Shades of Aquamarine #5AFBCB
Tints of Aquamarine #5AFBCB
RGB
CMYK
RGB Variations
Color information
#5AFBCB (or 0x5AFBCB) is known color: Aquamarine. HEX triplet: 5A, FB and CB. RGB value is (90,251,203). Sum of RGB (Red+Green+Blue) = 90+251+203=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBCB is #A50434. Grayscale: #C5C5C5. Windows color (decimal): -10814517 or 13368154. OLE color: 13368154.
HSL color Cylindrical-coordinate representation of color #5AFBCB: hue angle of 162.11º 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 #5AFBCB is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 203 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.02 |
| HSL | 162.11º | 0.95% | 0.67% | - |
| HSV(B) | 162.11º | 0.64% | 0.98% | - |
| XYZ | 49.49 | 75.48 | 68.46 | - |
| YUV | 197.39 | 131.16 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 203 | 0.64 | 0 | 0.19 | 0.02 | 162.11 | 0.95 | 0.67 |
| Hex | 5A | FB | CB | 40 | 0 | 13 | 2 | A2 | 5F | 43 |
| Octal | 132 | 373 | 313 | 100 | 0 | 23 | 2 | 242 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11001011 | 1000000 | 0 | 10011 | 10 | 10100010 | 1011111 | 1000011 |
Color Harmonies of #5AFBCB
Complementary color
Monochromatic Colors of #5AFBCB
Black with #5AFBCB
Text Example
Text Example
White with #5AFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBCB; }
p { color: rgb(90,251,203); }
H1.HeaderClassName
{
color: #5AFBCB;
}
.AnyTagClassName
{
color: #5AFBCB;
}
</style>
background-color css
<style>
a { background-color: #5AFBCB; }
a { background-color: rgb(90,251,203); }
div.DivClassName
{
background-color: #5AFBCB;
}
.BgClassName
{
background-color: #5AFBCB;
}
</style>
border-color css
<style>
span { border-color: #5AFBCB; }
span { border-color: rgb(90,251,203); }
td.TdClassName
{
border-color: #5AFBCB;
}
.TagClassName
{
border-color: #5AFBCB;
}
</style>