Shades of Ocean Green #54A77B
Tints of Ocean Green #54A77B
RGB
CMYK
RGB Variations
Color information
#54A77B (or 0x54A77B) is known color: Ocean Green. HEX triplet: 54, A7 and 7B. RGB value is (84,167,123). Sum of RGB (Red+Green+Blue) = 84+167+123=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #54A77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A77B is #AB5884. Grayscale: #898989. Windows color (decimal): -11229317 or 8103764. OLE color: 8103764.
HSL color Cylindrical-coordinate representation of color #54A77B: hue angle of 148.19º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A77B is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 123 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.35 |
| HSL | 148.19º | 0.33% | 0.49% | - |
| HSV(B) | 148.19º | 0.5% | 0.65% | - |
| XYZ | 21.05 | 30.95 | 23.6 | - |
| YUV | 137.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 123 | 0.50 | 0 | 0.26 | 0.35 | 148.19 | 0.33 | 0.49 |
| Hex | 54 | A7 | 7B | 32 | 0 | 1A | 23 | 94 | 21 | 31 |
| Octal | 124 | 247 | 173 | 62 | 0 | 32 | 43 | 224 | 41 | 61 |
| Binary | 1010100 | 10100111 | 1111011 | 110010 | 0 | 11010 | 100011 | 10010100 | 100001 | 110001 |
Color Harmonies of #54A77B
Complementary color
Monochromatic Colors of #54A77B
Black with #54A77B
Text Example
Text Example
White with #54A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A77B; }
p { color: rgb(84,167,123); }
H1.HeaderClassName
{
color: #54A77B;
}
.AnyTagClassName
{
color: #54A77B;
}
</style>
background-color css
<style>
a { background-color: #54A77B; }
a { background-color: rgb(84,167,123); }
div.DivClassName
{
background-color: #54A77B;
}
.BgClassName
{
background-color: #54A77B;
}
</style>
border-color css
<style>
span { border-color: #54A77B; }
span { border-color: rgb(84,167,123); }
td.TdClassName
{
border-color: #54A77B;
}
.TagClassName
{
border-color: #54A77B;
}
</style>