Shades of Medium Aquamarine #53CEB7
Tints of Medium Aquamarine #53CEB7
RGB
CMYK
RGB Variations
Color information
#53CEB7 (or 0x53CEB7) is known color: Medium Aquamarine. HEX triplet: 53, CE and B7. RGB value is (83,206,183). Sum of RGB (Red+Green+Blue) = 83+206+183=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEB7 is #AC3148. Grayscale: #A6A6A6. Windows color (decimal): -11284809 or 12045907. OLE color: 12045907.
HSL color Cylindrical-coordinate representation of color #53CEB7: hue angle of 168.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEB7 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 183 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.19 |
| HSL | 168.78º | 0.56% | 0.57% | - |
| HSV(B) | 168.78º | 0.6% | 0.81% | - |
| XYZ | 34.19 | 49.4 | 52.53 | - |
| YUV | 166.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 183 | 0.60 | 0 | 0.11 | 0.19 | 168.78 | 0.56 | 0.57 |
| Hex | 53 | CE | B7 | 3C | 0 | B | 13 | A9 | 38 | 39 |
| Octal | 123 | 316 | 267 | 74 | 0 | 13 | 23 | 251 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10110111 | 111100 | 0 | 1011 | 10011 | 10101001 | 111000 | 111001 |
Color Harmonies of #53CEB7
Complementary color
Monochromatic Colors of #53CEB7
Black with #53CEB7
Text Example
Text Example
White with #53CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEB7; }
p { color: rgb(83,206,183); }
H1.HeaderClassName
{
color: #53CEB7;
}
.AnyTagClassName
{
color: #53CEB7;
}
</style>
background-color css
<style>
a { background-color: #53CEB7; }
a { background-color: rgb(83,206,183); }
div.DivClassName
{
background-color: #53CEB7;
}
.BgClassName
{
background-color: #53CEB7;
}
</style>
border-color css
<style>
span { border-color: #53CEB7; }
span { border-color: rgb(83,206,183); }
td.TdClassName
{
border-color: #53CEB7;
}
.TagClassName
{
border-color: #53CEB7;
}
</style>