Shades of Medium Aquamarine #53CFB1
Tints of Medium Aquamarine #53CFB1
RGB
CMYK
RGB Variations
Color information
#53CFB1 (or 0x53CFB1) is known color: Medium Aquamarine. HEX triplet: 53, CF and B1. RGB value is (83,207,177). Sum of RGB (Red+Green+Blue) = 83+207+177=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CFB1 is #AC304E. Grayscale: #A6A6A6. Windows color (decimal): -11284559 or 11652947. OLE color: 11652947.
HSL color Cylindrical-coordinate representation of color #53CFB1: hue angle of 165.48º 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 #53CFB1 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 177 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.19 |
| HSL | 165.48º | 0.56% | 0.57% | - |
| HSV(B) | 165.48º | 0.6% | 0.81% | - |
| XYZ | 33.82 | 49.64 | 49.39 | - |
| YUV | 166.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 177 | 0.60 | 0 | 0.14 | 0.19 | 165.48 | 0.56 | 0.57 |
| Hex | 53 | CF | B1 | 3C | 0 | E | 13 | A5 | 38 | 39 |
| Octal | 123 | 317 | 261 | 74 | 0 | 16 | 23 | 245 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10110001 | 111100 | 0 | 1110 | 10011 | 10100101 | 111000 | 111001 |
Color Harmonies of #53CFB1
Complementary color
Monochromatic Colors of #53CFB1
Black with #53CFB1
Text Example
Text Example
White with #53CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFB1; }
p { color: rgb(83,207,177); }
H1.HeaderClassName
{
color: #53CFB1;
}
.AnyTagClassName
{
color: #53CFB1;
}
</style>
background-color css
<style>
a { background-color: #53CFB1; }
a { background-color: rgb(83,207,177); }
div.DivClassName
{
background-color: #53CFB1;
}
.BgClassName
{
background-color: #53CFB1;
}
</style>
border-color css
<style>
span { border-color: #53CFB1; }
span { border-color: rgb(83,207,177); }
td.TdClassName
{
border-color: #53CFB1;
}
.TagClassName
{
border-color: #53CFB1;
}
</style>