Shades of Ocean Green #54A070
Tints of Ocean Green #54A070
RGB
CMYK
RGB Variations
Color information
#54A070 (or 0x54A070) is known color: Ocean Green. HEX triplet: 54, A0 and 70. RGB value is (84,160,112). Sum of RGB (Red+Green+Blue) = 84+160+112=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #54A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A070 is #AB5F8F. Grayscale: #838383. Windows color (decimal): -11231120 or 7381076. OLE color: 7381076.
HSL color Cylindrical-coordinate representation of color #54A070: hue angle of 142.11º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A070 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 112 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.37 |
| HSL | 142.11º | 0.31% | 0.48% | - |
| HSV(B) | 142.11º | 0.48% | 0.63% | - |
| XYZ | 19.15 | 28.2 | 19.76 | - |
| YUV | 131.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 112 | 0.48 | 0 | 0.30 | 0.37 | 142.11 | 0.31 | 0.48 |
| Hex | 54 | A0 | 70 | 30 | 0 | 1E | 25 | 8E | 1F | 30 |
| Octal | 124 | 240 | 160 | 60 | 0 | 36 | 45 | 216 | 37 | 60 |
| Binary | 1010100 | 10100000 | 1110000 | 110000 | 0 | 11110 | 100101 | 10001110 | 11111 | 110000 |
Color Harmonies of #54A070
Complementary color
Monochromatic Colors of #54A070
Black with #54A070
Text Example
Text Example
White with #54A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A070; }
p { color: rgb(84,160,112); }
H1.HeaderClassName
{
color: #54A070;
}
.AnyTagClassName
{
color: #54A070;
}
</style>
background-color css
<style>
a { background-color: #54A070; }
a { background-color: rgb(84,160,112); }
div.DivClassName
{
background-color: #54A070;
}
.BgClassName
{
background-color: #54A070;
}
</style>
border-color css
<style>
span { border-color: #54A070; }
span { border-color: rgb(84,160,112); }
td.TdClassName
{
border-color: #54A070;
}
.TagClassName
{
border-color: #54A070;
}
</style>