Shades of Ocean Green #54AC73
Tints of Ocean Green #54AC73
RGB
CMYK
RGB Variations
Color information
#54AC73 (or 0x54AC73) is known color: Ocean Green. HEX triplet: 54, AC and 73. RGB value is (84,172,115). Sum of RGB (Red+Green+Blue) = 84+172+115=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC73 is #AB538C. Grayscale: #8B8B8B. Windows color (decimal): -11228045 or 7580756. OLE color: 7580756.
HSL color Cylindrical-coordinate representation of color #54AC73: hue angle of 141.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC73 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 115 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.33 |
| HSL | 141.14º | 0.35% | 0.5% | - |
| HSV(B) | 141.14º | 0.51% | 0.67% | - |
| XYZ | 21.5 | 32.63 | 21.38 | - |
| YUV | 139.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 115 | 0.51 | 0 | 0.33 | 0.33 | 141.14 | 0.35 | 0.5 |
| Hex | 54 | AC | 73 | 33 | 0 | 21 | 21 | 8D | 23 | 32 |
| Octal | 124 | 254 | 163 | 63 | 0 | 41 | 41 | 215 | 43 | 62 |
| Binary | 1010100 | 10101100 | 1110011 | 110011 | 0 | 100001 | 100001 | 10001101 | 100011 | 110010 |
Color Harmonies of #54AC73
Complementary color
Monochromatic Colors of #54AC73
Black with #54AC73
Text Example
Text Example
White with #54AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC73; }
p { color: rgb(84,172,115); }
H1.HeaderClassName
{
color: #54AC73;
}
.AnyTagClassName
{
color: #54AC73;
}
</style>
background-color css
<style>
a { background-color: #54AC73; }
a { background-color: rgb(84,172,115); }
div.DivClassName
{
background-color: #54AC73;
}
.BgClassName
{
background-color: #54AC73;
}
</style>
border-color css
<style>
span { border-color: #54AC73; }
span { border-color: rgb(84,172,115); }
td.TdClassName
{
border-color: #54AC73;
}
.TagClassName
{
border-color: #54AC73;
}
</style>