Shades of Ocean Green #54A26D
Tints of Ocean Green #54A26D
RGB
CMYK
RGB Variations
Color information
#54A26D (or 0x54A26D) is known color: Ocean Green. HEX triplet: 54, A2 and 6D. RGB value is (84,162,109). Sum of RGB (Red+Green+Blue) = 84+162+109=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #54A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A26D is #AB5D92. Grayscale: #848484. Windows color (decimal): -11230611 or 7184980. OLE color: 7184980.
HSL color Cylindrical-coordinate representation of color #54A26D: hue angle of 139.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 #54A26D is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 162 | 109 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.36 |
| HSL | 139.23º | 0.32% | 0.48% | - |
| HSV(B) | 139.23º | 0.48% | 0.64% | - |
| XYZ | 19.34 | 28.83 | 19.01 | - |
| YUV | 132.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 109 | 0.48 | 0 | 0.33 | 0.36 | 139.23 | 0.32 | 0.48 |
| Hex | 54 | A2 | 6D | 30 | 0 | 21 | 24 | 8B | 20 | 30 |
| Octal | 124 | 242 | 155 | 60 | 0 | 41 | 44 | 213 | 40 | 60 |
| Binary | 1010100 | 10100010 | 1101101 | 110000 | 0 | 100001 | 100100 | 10001011 | 100000 | 110000 |
Color Harmonies of #54A26D
Complementary color
Monochromatic Colors of #54A26D
Black with #54A26D
Text Example
Text Example
White with #54A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A26D; }
p { color: rgb(84,162,109); }
H1.HeaderClassName
{
color: #54A26D;
}
.AnyTagClassName
{
color: #54A26D;
}
</style>
background-color css
<style>
a { background-color: #54A26D; }
a { background-color: rgb(84,162,109); }
div.DivClassName
{
background-color: #54A26D;
}
.BgClassName
{
background-color: #54A26D;
}
</style>
border-color css
<style>
span { border-color: #54A26D; }
span { border-color: rgb(84,162,109); }
td.TdClassName
{
border-color: #54A26D;
}
.TagClassName
{
border-color: #54A26D;
}
</style>