Shades of Ocean Green #54A86C
Tints of Ocean Green #54A86C
RGB
CMYK
RGB Variations
Color information
#54A86C (or 0x54A86C) is known color: Ocean Green. HEX triplet: 54, A8 and 6C. RGB value is (84,168,108). Sum of RGB (Red+Green+Blue) = 84+168+108=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #54A86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A86C is #AB5793. Grayscale: #888888. Windows color (decimal): -11229076 or 7120980. OLE color: 7120980.
HSL color Cylindrical-coordinate representation of color #54A86C: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A86C is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 168 | 108 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.34 |
| HSL | 137.14º | 0.33% | 0.49% | - |
| HSV(B) | 137.14º | 0.5% | 0.66% | - |
| XYZ | 20.37 | 30.97 | 19.09 | - |
| YUV | 136.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 108 | 0.5 | 0 | 0.36 | 0.34 | 137.14 | 0.33 | 0.49 |
| Hex | 54 | A8 | 6C | 32 | 0 | 24 | 22 | 89 | 21 | 31 |
| Octal | 124 | 250 | 154 | 62 | 0 | 44 | 42 | 211 | 41 | 61 |
| Binary | 1010100 | 10101000 | 1101100 | 110010 | 0 | 100100 | 100010 | 10001001 | 100001 | 110001 |
Color Harmonies of #54A86C
Complementary color
Monochromatic Colors of #54A86C
Black with #54A86C
Text Example
Text Example
White with #54A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A86C; }
p { color: rgb(84,168,108); }
H1.HeaderClassName
{
color: #54A86C;
}
.AnyTagClassName
{
color: #54A86C;
}
</style>
background-color css
<style>
a { background-color: #54A86C; }
a { background-color: rgb(84,168,108); }
div.DivClassName
{
background-color: #54A86C;
}
.BgClassName
{
background-color: #54A86C;
}
</style>
border-color css
<style>
span { border-color: #54A86C; }
span { border-color: rgb(84,168,108); }
td.TdClassName
{
border-color: #54A86C;
}
.TagClassName
{
border-color: #54A86C;
}
</style>