Shades of Ocean Green #54AF84
Tints of Ocean Green #54AF84
RGB
CMYK
RGB Variations
Color information
#54AF84 (or 0x54AF84) is known color: Ocean Green. HEX triplet: 54, AF and 84. RGB value is (84,175,132). Sum of RGB (Red+Green+Blue) = 84+175+132=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF84 is #AB507B. Grayscale: #8E8E8E. Windows color (decimal): -11227260 or 8695636. OLE color: 8695636.
HSL color Cylindrical-coordinate representation of color #54AF84: hue angle of 151.65º 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 #54AF84 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 132 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.31 |
| HSL | 151.65º | 0.36% | 0.51% | - |
| HSV(B) | 151.65º | 0.52% | 0.69% | - |
| XYZ | 23.15 | 34.21 | 27.21 | - |
| YUV | 142.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 132 | 0.52 | 0 | 0.25 | 0.31 | 151.65 | 0.36 | 0.51 |
| Hex | 54 | AF | 84 | 34 | 0 | 19 | 1F | 98 | 24 | 33 |
| Octal | 124 | 257 | 204 | 64 | 0 | 31 | 37 | 230 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10000100 | 110100 | 0 | 11001 | 11111 | 10011000 | 100100 | 110011 |
Color Harmonies of #54AF84
Complementary color
Monochromatic Colors of #54AF84
Black with #54AF84
Text Example
Text Example
White with #54AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF84; }
p { color: rgb(84,175,132); }
H1.HeaderClassName
{
color: #54AF84;
}
.AnyTagClassName
{
color: #54AF84;
}
</style>
background-color css
<style>
a { background-color: #54AF84; }
a { background-color: rgb(84,175,132); }
div.DivClassName
{
background-color: #54AF84;
}
.BgClassName
{
background-color: #54AF84;
}
</style>
border-color css
<style>
span { border-color: #54AF84; }
span { border-color: rgb(84,175,132); }
td.TdClassName
{
border-color: #54AF84;
}
.TagClassName
{
border-color: #54AF84;
}
</style>