Shades of Ocean Green #54AF76
Tints of Ocean Green #54AF76
RGB
CMYK
RGB Variations
Color information
#54AF76 (or 0x54AF76) is known color: Ocean Green. HEX triplet: 54, AF and 76. RGB value is (84,175,118). Sum of RGB (Red+Green+Blue) = 84+175+118=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF76 is #AB5089. Grayscale: #8D8D8D. Windows color (decimal): -11227274 or 7778132. OLE color: 7778132.
HSL color Cylindrical-coordinate representation of color #54AF76: hue angle of 142.42º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF76 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 118 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.31 |
| HSL | 142.42º | 0.36% | 0.51% | - |
| HSV(B) | 142.42º | 0.52% | 0.69% | - |
| XYZ | 22.26 | 33.85 | 22.5 | - |
| YUV | 141.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 118 | 0.52 | 0 | 0.33 | 0.31 | 142.42 | 0.36 | 0.51 |
| Hex | 54 | AF | 76 | 34 | 0 | 21 | 1F | 8E | 24 | 33 |
| Octal | 124 | 257 | 166 | 64 | 0 | 41 | 37 | 216 | 44 | 63 |
| Binary | 1010100 | 10101111 | 1110110 | 110100 | 0 | 100001 | 11111 | 10001110 | 100100 | 110011 |
Color Harmonies of #54AF76
Complementary color
Monochromatic Colors of #54AF76
Black with #54AF76
Text Example
Text Example
White with #54AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF76; }
p { color: rgb(84,175,118); }
H1.HeaderClassName
{
color: #54AF76;
}
.AnyTagClassName
{
color: #54AF76;
}
</style>
background-color css
<style>
a { background-color: #54AF76; }
a { background-color: rgb(84,175,118); }
div.DivClassName
{
background-color: #54AF76;
}
.BgClassName
{
background-color: #54AF76;
}
</style>
border-color css
<style>
span { border-color: #54AF76; }
span { border-color: rgb(84,175,118); }
td.TdClassName
{
border-color: #54AF76;
}
.TagClassName
{
border-color: #54AF76;
}
</style>