Shades of Ocean Green #54AF6E
Tints of Ocean Green #54AF6E
RGB
CMYK
RGB Variations
Color information
#54AF6E (or 0x54AF6E) is known color: Ocean Green. HEX triplet: 54, AF and 6E. RGB value is (84,175,110). Sum of RGB (Red+Green+Blue) = 84+175+110=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF6E is #AB5091. Grayscale: #8C8C8C. Windows color (decimal): -11227282 or 7253844. OLE color: 7253844.
HSL color Cylindrical-coordinate representation of color #54AF6E: hue angle of 137.14º 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 #54AF6E is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 110 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.31 |
| HSL | 137.14º | 0.36% | 0.51% | - |
| HSV(B) | 137.14º | 0.52% | 0.69% | - |
| XYZ | 21.8 | 33.67 | 20.1 | - |
| YUV | 140.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 110 | 0.52 | 0 | 0.37 | 0.31 | 137.14 | 0.36 | 0.51 |
| Hex | 54 | AF | 6E | 34 | 0 | 25 | 1F | 89 | 24 | 33 |
| Octal | 124 | 257 | 156 | 64 | 0 | 45 | 37 | 211 | 44 | 63 |
| Binary | 1010100 | 10101111 | 1101110 | 110100 | 0 | 100101 | 11111 | 10001001 | 100100 | 110011 |
Color Harmonies of #54AF6E
Complementary color
Monochromatic Colors of #54AF6E
Black with #54AF6E
Text Example
Text Example
White with #54AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF6E; }
p { color: rgb(84,175,110); }
H1.HeaderClassName
{
color: #54AF6E;
}
.AnyTagClassName
{
color: #54AF6E;
}
</style>
background-color css
<style>
a { background-color: #54AF6E; }
a { background-color: rgb(84,175,110); }
div.DivClassName
{
background-color: #54AF6E;
}
.BgClassName
{
background-color: #54AF6E;
}
</style>
border-color css
<style>
span { border-color: #54AF6E; }
span { border-color: rgb(84,175,110); }
td.TdClassName
{
border-color: #54AF6E;
}
.TagClassName
{
border-color: #54AF6E;
}
</style>