Shades of Ocean Green #54AD80
Tints of Ocean Green #54AD80
RGB
CMYK
RGB Variations
Color information
#54AD80 (or 0x54AD80) is known color: Ocean Green. HEX triplet: 54, AD and 80. RGB value is (84,173,128). Sum of RGB (Red+Green+Blue) = 84+173+128=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AD80 is #AB527F. Grayscale: #8D8D8D. Windows color (decimal): -11227776 or 8432980. OLE color: 8432980.
HSL color Cylindrical-coordinate representation of color #54AD80: hue angle of 149.66º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD80 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 128 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.32 |
| HSL | 149.66º | 0.35% | 0.5% | - |
| HSV(B) | 149.66º | 0.51% | 0.68% | - |
| XYZ | 22.5 | 33.33 | 25.67 | - |
| YUV | 141.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 128 | 0.51 | 0 | 0.26 | 0.32 | 149.66 | 0.35 | 0.5 |
| Hex | 54 | AD | 80 | 33 | 0 | 1A | 20 | 96 | 23 | 32 |
| Octal | 124 | 255 | 200 | 63 | 0 | 32 | 40 | 226 | 43 | 62 |
| Binary | 1010100 | 10101101 | 10000000 | 110011 | 0 | 11010 | 100000 | 10010110 | 100011 | 110010 |
Color Harmonies of #54AD80
Complementary color
Monochromatic Colors of #54AD80
Black with #54AD80
Text Example
Text Example
White with #54AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD80; }
p { color: rgb(84,173,128); }
H1.HeaderClassName
{
color: #54AD80;
}
.AnyTagClassName
{
color: #54AD80;
}
</style>
background-color css
<style>
a { background-color: #54AD80; }
a { background-color: rgb(84,173,128); }
div.DivClassName
{
background-color: #54AD80;
}
.BgClassName
{
background-color: #54AD80;
}
</style>
border-color css
<style>
span { border-color: #54AD80; }
span { border-color: rgb(84,173,128); }
td.TdClassName
{
border-color: #54AD80;
}
.TagClassName
{
border-color: #54AD80;
}
</style>