Shades of Medium Aquamarine #54CCB0
Tints of Medium Aquamarine #54CCB0
RGB
CMYK
RGB Variations
Color information
#54CCB0 (or 0x54CCB0) is known color: Medium Aquamarine. HEX triplet: 54, CC and B0. RGB value is (84,204,176). Sum of RGB (Red+Green+Blue) = 84+204+176=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CCB0 is #AB334F. Grayscale: #A4A4A4. Windows color (decimal): -11219792 or 11586644. OLE color: 11586644.
HSL color Cylindrical-coordinate representation of color #54CCB0: hue angle of 166º 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 #54CCB0 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 204 | 176 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.2 |
| HSL | 166º | 0.54% | 0.56% | - |
| HSV(B) | 166º | 0.59% | 0.8% | - |
| XYZ | 33.09 | 48.21 | 48.64 | - |
| YUV | 164.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 176 | 0.59 | 0 | 0.14 | 0.2 | 166 | 0.54 | 0.56 |
| Hex | 54 | CC | B0 | 3B | 0 | E | 14 | A6 | 36 | 38 |
| Octal | 124 | 314 | 260 | 73 | 0 | 16 | 24 | 246 | 66 | 70 |
| Binary | 1010100 | 11001100 | 10110000 | 111011 | 0 | 1110 | 10100 | 10100110 | 110110 | 111000 |
Color Harmonies of #54CCB0
Complementary color
Monochromatic Colors of #54CCB0
Black with #54CCB0
Text Example
Text Example
White with #54CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCB0; }
p { color: rgb(84,204,176); }
H1.HeaderClassName
{
color: #54CCB0;
}
.AnyTagClassName
{
color: #54CCB0;
}
</style>
background-color css
<style>
a { background-color: #54CCB0; }
a { background-color: rgb(84,204,176); }
div.DivClassName
{
background-color: #54CCB0;
}
.BgClassName
{
background-color: #54CCB0;
}
</style>
border-color css
<style>
span { border-color: #54CCB0; }
span { border-color: rgb(84,204,176); }
td.TdClassName
{
border-color: #54CCB0;
}
.TagClassName
{
border-color: #54CCB0;
}
</style>