Shades of Ocean Green #54AF87
Tints of Ocean Green #54AF87
RGB
CMYK
RGB Variations
Color information
#54AF87 (or 0x54AF87) is known color: Ocean Green. HEX triplet: 54, AF and 87. RGB value is (84,175,135). Sum of RGB (Red+Green+Blue) = 84+175+135=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF87 is #AB5078. Grayscale: #8F8F8F. Windows color (decimal): -11227257 or 8892244. OLE color: 8892244.
HSL color Cylindrical-coordinate representation of color #54AF87: hue angle of 153.63º 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 #54AF87 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 135 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.31 |
| HSL | 153.63º | 0.36% | 0.51% | - |
| HSV(B) | 153.63º | 0.52% | 0.69% | - |
| XYZ | 23.36 | 34.29 | 28.31 | - |
| YUV | 143.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 135 | 0.52 | 0 | 0.23 | 0.31 | 153.63 | 0.36 | 0.51 |
| Hex | 54 | AF | 87 | 34 | 0 | 17 | 1F | 9A | 24 | 33 |
| Octal | 124 | 257 | 207 | 64 | 0 | 27 | 37 | 232 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10000111 | 110100 | 0 | 10111 | 11111 | 10011010 | 100100 | 110011 |
Color Harmonies of #54AF87
Complementary color
Monochromatic Colors of #54AF87
Black with #54AF87
Text Example
Text Example
White with #54AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF87; }
p { color: rgb(84,175,135); }
H1.HeaderClassName
{
color: #54AF87;
}
.AnyTagClassName
{
color: #54AF87;
}
</style>
background-color css
<style>
a { background-color: #54AF87; }
a { background-color: rgb(84,175,135); }
div.DivClassName
{
background-color: #54AF87;
}
.BgClassName
{
background-color: #54AF87;
}
</style>
border-color css
<style>
span { border-color: #54AF87; }
span { border-color: rgb(84,175,135); }
td.TdClassName
{
border-color: #54AF87;
}
.TagClassName
{
border-color: #54AF87;
}
</style>