Shades of Aquamarine #5AFCCB
Tints of Aquamarine #5AFCCB
RGB
CMYK
RGB Variations
Color information
#5AFCCB (or 0x5AFCCB) is known color: Aquamarine. HEX triplet: 5A, FC and CB. RGB value is (90,252,203). Sum of RGB (Red+Green+Blue) = 90+252+203=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFCCB is #A50334. Grayscale: #C6C6C6. Windows color (decimal): -10814261 or 13368410. OLE color: 13368410.
HSL color Cylindrical-coordinate representation of color #5AFCCB: hue angle of 161.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFCCB is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 203 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.01 |
| HSL | 161.85º | 0.96% | 0.67% | - |
| HSV(B) | 161.85º | 0.64% | 0.99% | - |
| XYZ | 49.81 | 76.11 | 68.56 | - |
| YUV | 197.98 | 130.83 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 203 | 0.64 | 0 | 0.19 | 0.01 | 161.85 | 0.96 | 0.67 |
| Hex | 5A | FC | CB | 40 | 0 | 13 | 1 | A2 | 60 | 43 |
| Octal | 132 | 374 | 313 | 100 | 0 | 23 | 1 | 242 | 140 | 103 |
| Binary | 1011010 | 11111100 | 11001011 | 1000000 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000011 |
Color Harmonies of #5AFCCB
Complementary color
Monochromatic Colors of #5AFCCB
Black with #5AFCCB
Text Example
Text Example
White with #5AFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCCB; }
p { color: rgb(90,252,203); }
H1.HeaderClassName
{
color: #5AFCCB;
}
.AnyTagClassName
{
color: #5AFCCB;
}
</style>
background-color css
<style>
a { background-color: #5AFCCB; }
a { background-color: rgb(90,252,203); }
div.DivClassName
{
background-color: #5AFCCB;
}
.BgClassName
{
background-color: #5AFCCB;
}
</style>
border-color css
<style>
span { border-color: #5AFCCB; }
span { border-color: rgb(90,252,203); }
td.TdClassName
{
border-color: #5AFCCB;
}
.TagClassName
{
border-color: #5AFCCB;
}
</style>