Shades of Ocean Green #54AD82
Tints of Ocean Green #54AD82
RGB
CMYK
RGB Variations
Color information
#54AD82 (or 0x54AD82) is known color: Ocean Green. HEX triplet: 54, AD and 82. RGB value is (84,173,130). Sum of RGB (Red+Green+Blue) = 84+173+130=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AD82 is #AB527D. Grayscale: #8D8D8D. Windows color (decimal): -11227774 or 8564052. OLE color: 8564052.
HSL color Cylindrical-coordinate representation of color #54AD82: hue angle of 151.01º 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 #54AD82 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 130 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.32 |
| HSL | 151.01º | 0.35% | 0.5% | - |
| HSV(B) | 151.01º | 0.51% | 0.68% | - |
| XYZ | 22.63 | 33.38 | 26.37 | - |
| YUV | 141.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 130 | 0.51 | 0 | 0.25 | 0.32 | 151.01 | 0.35 | 0.5 |
| Hex | 54 | AD | 82 | 33 | 0 | 19 | 20 | 97 | 23 | 32 |
| Octal | 124 | 255 | 202 | 63 | 0 | 31 | 40 | 227 | 43 | 62 |
| Binary | 1010100 | 10101101 | 10000010 | 110011 | 0 | 11001 | 100000 | 10010111 | 100011 | 110010 |
Color Harmonies of #54AD82
Complementary color
Monochromatic Colors of #54AD82
Black with #54AD82
Text Example
Text Example
White with #54AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD82; }
p { color: rgb(84,173,130); }
H1.HeaderClassName
{
color: #54AD82;
}
.AnyTagClassName
{
color: #54AD82;
}
</style>
background-color css
<style>
a { background-color: #54AD82; }
a { background-color: rgb(84,173,130); }
div.DivClassName
{
background-color: #54AD82;
}
.BgClassName
{
background-color: #54AD82;
}
</style>
border-color css
<style>
span { border-color: #54AD82; }
span { border-color: rgb(84,173,130); }
td.TdClassName
{
border-color: #54AD82;
}
.TagClassName
{
border-color: #54AD82;
}
</style>