Shades of Ocean Green #54A27A
Tints of Ocean Green #54A27A
RGB
CMYK
RGB Variations
Color information
#54A27A (or 0x54A27A) is known color: Ocean Green. HEX triplet: 54, A2 and 7A. RGB value is (84,162,122). Sum of RGB (Red+Green+Blue) = 84+162+122=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #54A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A27A is #AB5D85. Grayscale: #868686. Windows color (decimal): -11230598 or 8036948. OLE color: 8036948.
HSL color Cylindrical-coordinate representation of color #54A27A: hue angle of 149.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A27A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 162 | 122 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.36 |
| HSL | 149.23º | 0.32% | 0.48% | - |
| HSV(B) | 149.23º | 0.48% | 0.64% | - |
| XYZ | 20.09 | 29.13 | 22.98 | - |
| YUV | 134.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 122 | 0.48 | 0 | 0.25 | 0.36 | 149.23 | 0.32 | 0.48 |
| Hex | 54 | A2 | 7A | 30 | 0 | 19 | 24 | 95 | 20 | 30 |
| Octal | 124 | 242 | 172 | 60 | 0 | 31 | 44 | 225 | 40 | 60 |
| Binary | 1010100 | 10100010 | 1111010 | 110000 | 0 | 11001 | 100100 | 10010101 | 100000 | 110000 |
Color Harmonies of #54A27A
Complementary color
Monochromatic Colors of #54A27A
Black with #54A27A
Text Example
Text Example
White with #54A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A27A; }
p { color: rgb(84,162,122); }
H1.HeaderClassName
{
color: #54A27A;
}
.AnyTagClassName
{
color: #54A27A;
}
</style>
background-color css
<style>
a { background-color: #54A27A; }
a { background-color: rgb(84,162,122); }
div.DivClassName
{
background-color: #54A27A;
}
.BgClassName
{
background-color: #54A27A;
}
</style>
border-color css
<style>
span { border-color: #54A27A; }
span { border-color: rgb(84,162,122); }
td.TdClassName
{
border-color: #54A27A;
}
.TagClassName
{
border-color: #54A27A;
}
</style>