Shades of Medium Aquamarine #53CBB5
Tints of Medium Aquamarine #53CBB5
RGB
CMYK
RGB Variations
Color information
#53CBB5 (or 0x53CBB5) is known color: Medium Aquamarine. HEX triplet: 53, CB and B5. RGB value is (83,203,181). Sum of RGB (Red+Green+Blue) = 83+203+181=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBB5 is #AC344A. Grayscale: #A4A4A4. Windows color (decimal): -11285579 or 11914067. OLE color: 11914067.
HSL color Cylindrical-coordinate representation of color #53CBB5: hue angle of 169º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CBB5 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 181 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.20 |
| HSL | 169º | 0.54% | 0.56% | - |
| HSV(B) | 169º | 0.59% | 0.8% | - |
| XYZ | 33.26 | 47.89 | 51.21 | - |
| YUV | 164.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 181 | 0.59 | 0 | 0.11 | 0.20 | 169 | 0.54 | 0.56 |
| Hex | 53 | CB | B5 | 3B | 0 | B | 14 | A9 | 36 | 38 |
| Octal | 123 | 313 | 265 | 73 | 0 | 13 | 24 | 251 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10110101 | 111011 | 0 | 1011 | 10100 | 10101001 | 110110 | 111000 |
Color Harmonies of #53CBB5
Complementary color
Monochromatic Colors of #53CBB5
Black with #53CBB5
Text Example
Text Example
White with #53CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBB5; }
p { color: rgb(83,203,181); }
H1.HeaderClassName
{
color: #53CBB5;
}
.AnyTagClassName
{
color: #53CBB5;
}
</style>
background-color css
<style>
a { background-color: #53CBB5; }
a { background-color: rgb(83,203,181); }
div.DivClassName
{
background-color: #53CBB5;
}
.BgClassName
{
background-color: #53CBB5;
}
</style>
border-color css
<style>
span { border-color: #53CBB5; }
span { border-color: rgb(83,203,181); }
td.TdClassName
{
border-color: #53CBB5;
}
.TagClassName
{
border-color: #53CBB5;
}
</style>