Shades of Ocean Green #54A77D
Tints of Ocean Green #54A77D
RGB
CMYK
RGB Variations
Color information
#54A77D (or 0x54A77D) is known color: Ocean Green. HEX triplet: 54, A7 and 7D. RGB value is (84,167,125). Sum of RGB (Red+Green+Blue) = 84+167+125=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #54A77D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A77D is #AB5882. Grayscale: #898989. Windows color (decimal): -11229315 or 8234836. OLE color: 8234836.
HSL color Cylindrical-coordinate representation of color #54A77D: hue angle of 149.64º 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 #54A77D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 125 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.35 |
| HSL | 149.64º | 0.33% | 0.49% | - |
| HSV(B) | 149.64º | 0.5% | 0.65% | - |
| XYZ | 21.18 | 31 | 24.27 | - |
| YUV | 137.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 125 | 0.50 | 0 | 0.25 | 0.35 | 149.64 | 0.33 | 0.49 |
| Hex | 54 | A7 | 7D | 32 | 0 | 19 | 23 | 96 | 21 | 31 |
| Octal | 124 | 247 | 175 | 62 | 0 | 31 | 43 | 226 | 41 | 61 |
| Binary | 1010100 | 10100111 | 1111101 | 110010 | 0 | 11001 | 100011 | 10010110 | 100001 | 110001 |
Color Harmonies of #54A77D
Complementary color
Monochromatic Colors of #54A77D
Black with #54A77D
Text Example
Text Example
White with #54A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A77D; }
p { color: rgb(84,167,125); }
H1.HeaderClassName
{
color: #54A77D;
}
.AnyTagClassName
{
color: #54A77D;
}
</style>
background-color css
<style>
a { background-color: #54A77D; }
a { background-color: rgb(84,167,125); }
div.DivClassName
{
background-color: #54A77D;
}
.BgClassName
{
background-color: #54A77D;
}
</style>
border-color css
<style>
span { border-color: #54A77D; }
span { border-color: rgb(84,167,125); }
td.TdClassName
{
border-color: #54A77D;
}
.TagClassName
{
border-color: #54A77D;
}
</style>