Shades of Medium Aquamarine #53FFB2
Tints of Medium Aquamarine #53FFB2
RGB
CMYK
RGB Variations
Color information
#53FFB2 (or 0x53FFB2) is known color: Medium Aquamarine. HEX triplet: 53, FF and B2. RGB value is (83,255,178). Sum of RGB (Red+Green+Blue) = 83+255+178=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFB2 is #AC004D. Grayscale: #C2C2C2. Windows color (decimal): -11272270 or 11730771. OLE color: 11730771.
HSL color Cylindrical-coordinate representation of color #53FFB2: hue angle of 153.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFB2 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 178 | - |
| CMYK | 0.67 | 0 | 0.30 | 0 |
| HSL | 153.14º | 1% | 0.66% | - |
| HSV(B) | 153.14º | 0.67% | 1% | - |
| XYZ | 47.36 | 76.57 | 54.4 | - |
| YUV | 194.79 | 118.52 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 178 | 0.67 | 0 | 0.30 | 0 | 153.14 | 1 | 0.66 |
| Hex | 53 | FF | B2 | 43 | 0 | 1E | 0 | 99 | 64 | 42 |
| Octal | 123 | 377 | 262 | 103 | 0 | 36 | 0 | 231 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10110010 | 1000011 | 0 | 11110 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #53FFB2
Complementary color
Monochromatic Colors of #53FFB2
Black with #53FFB2
Text Example
Text Example
White with #53FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFB2; }
p { color: rgb(83,255,178); }
H1.HeaderClassName
{
color: #53FFB2;
}
.AnyTagClassName
{
color: #53FFB2;
}
</style>
background-color css
<style>
a { background-color: #53FFB2; }
a { background-color: rgb(83,255,178); }
div.DivClassName
{
background-color: #53FFB2;
}
.BgClassName
{
background-color: #53FFB2;
}
</style>
border-color css
<style>
span { border-color: #53FFB2; }
span { border-color: rgb(83,255,178); }
td.TdClassName
{
border-color: #53FFB2;
}
.TagClassName
{
border-color: #53FFB2;
}
</style>