Shades of Ocean Green #54A474
Tints of Ocean Green #54A474
RGB
CMYK
RGB Variations
Color information
#54A474 (or 0x54A474) is known color: Ocean Green. HEX triplet: 54, A4 and 74. RGB value is (84,164,116). Sum of RGB (Red+Green+Blue) = 84+164+116=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #54A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A474 is #AB5B8B. Grayscale: #868686. Windows color (decimal): -11230092 or 7644244. OLE color: 7644244.
HSL color Cylindrical-coordinate representation of color #54A474: hue angle of 144º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A474 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 164 | 116 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.36 |
| HSL | 144º | 0.32% | 0.49% | - |
| HSV(B) | 144º | 0.49% | 0.64% | - |
| XYZ | 20.08 | 29.7 | 21.2 | - |
| YUV | 134.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 164 | 116 | 0.49 | 0 | 0.29 | 0.36 | 144 | 0.32 | 0.49 |
| Hex | 54 | A4 | 74 | 31 | 0 | 1D | 24 | 90 | 20 | 31 |
| Octal | 124 | 244 | 164 | 61 | 0 | 35 | 44 | 220 | 40 | 61 |
| Binary | 1010100 | 10100100 | 1110100 | 110001 | 0 | 11101 | 100100 | 10010000 | 100000 | 110001 |
Color Harmonies of #54A474
Complementary color
Monochromatic Colors of #54A474
Black with #54A474
Text Example
Text Example
White with #54A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A474; }
p { color: rgb(84,164,116); }
H1.HeaderClassName
{
color: #54A474;
}
.AnyTagClassName
{
color: #54A474;
}
</style>
background-color css
<style>
a { background-color: #54A474; }
a { background-color: rgb(84,164,116); }
div.DivClassName
{
background-color: #54A474;
}
.BgClassName
{
background-color: #54A474;
}
</style>
border-color css
<style>
span { border-color: #54A474; }
span { border-color: rgb(84,164,116); }
td.TdClassName
{
border-color: #54A474;
}
.TagClassName
{
border-color: #54A474;
}
</style>