Shades of Ocean Green #54B374
Tints of Ocean Green #54B374
RGB
CMYK
RGB Variations
Color information
#54B374 (or 0x54B374) is known color: Ocean Green. HEX triplet: 54, B3 and 74. RGB value is (84,179,116). Sum of RGB (Red+Green+Blue) = 84+179+116=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #54B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B374 is #AB4C8B. Grayscale: #8F8F8F. Windows color (decimal): -11226252 or 7648084. OLE color: 7648084.
HSL color Cylindrical-coordinate representation of color #54B374: hue angle of 140.21º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B374 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 179 | 116 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.30 |
| HSL | 140.21º | 0.38% | 0.52% | - |
| HSV(B) | 140.21º | 0.53% | 0.7% | - |
| XYZ | 22.93 | 35.39 | 22.14 | - |
| YUV | 143.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 116 | 0.53 | 0 | 0.35 | 0.30 | 140.21 | 0.38 | 0.52 |
| Hex | 54 | B3 | 74 | 35 | 0 | 23 | 1E | 8C | 26 | 34 |
| Octal | 124 | 263 | 164 | 65 | 0 | 43 | 36 | 214 | 46 | 64 |
| Binary | 1010100 | 10110011 | 1110100 | 110101 | 0 | 100011 | 11110 | 10001100 | 100110 | 110100 |
Color Harmonies of #54B374
Complementary color
Monochromatic Colors of #54B374
Black with #54B374
Text Example
Text Example
White with #54B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B374; }
p { color: rgb(84,179,116); }
H1.HeaderClassName
{
color: #54B374;
}
.AnyTagClassName
{
color: #54B374;
}
</style>
background-color css
<style>
a { background-color: #54B374; }
a { background-color: rgb(84,179,116); }
div.DivClassName
{
background-color: #54B374;
}
.BgClassName
{
background-color: #54B374;
}
</style>
border-color css
<style>
span { border-color: #54B374; }
span { border-color: rgb(84,179,116); }
td.TdClassName
{
border-color: #54B374;
}
.TagClassName
{
border-color: #54B374;
}
</style>