Shades of Ocean Green #54A67E
Tints of Ocean Green #54A67E
RGB
CMYK
RGB Variations
Color information
#54A67E (or 0x54A67E) is known color: Ocean Green. HEX triplet: 54, A6 and 7E. RGB value is (84,166,126). Sum of RGB (Red+Green+Blue) = 84+166+126=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #54A67E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A67E is #AB5981. Grayscale: #898989. Windows color (decimal): -11229570 or 8300116. OLE color: 8300116.
HSL color Cylindrical-coordinate representation of color #54A67E: hue angle of 150.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A67E is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 166 | 126 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.35 |
| HSL | 150.73º | 0.33% | 0.49% | - |
| HSV(B) | 150.73º | 0.49% | 0.65% | - |
| XYZ | 21.06 | 30.66 | 24.55 | - |
| YUV | 136.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 126 | 0.49 | 0 | 0.24 | 0.35 | 150.73 | 0.33 | 0.49 |
| Hex | 54 | A6 | 7E | 31 | 0 | 18 | 23 | 97 | 21 | 31 |
| Octal | 124 | 246 | 176 | 61 | 0 | 30 | 43 | 227 | 41 | 61 |
| Binary | 1010100 | 10100110 | 1111110 | 110001 | 0 | 11000 | 100011 | 10010111 | 100001 | 110001 |
Color Harmonies of #54A67E
Complementary color
Monochromatic Colors of #54A67E
Black with #54A67E
Text Example
Text Example
White with #54A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A67E; }
p { color: rgb(84,166,126); }
H1.HeaderClassName
{
color: #54A67E;
}
.AnyTagClassName
{
color: #54A67E;
}
</style>
background-color css
<style>
a { background-color: #54A67E; }
a { background-color: rgb(84,166,126); }
div.DivClassName
{
background-color: #54A67E;
}
.BgClassName
{
background-color: #54A67E;
}
</style>
border-color css
<style>
span { border-color: #54A67E; }
span { border-color: rgb(84,166,126); }
td.TdClassName
{
border-color: #54A67E;
}
.TagClassName
{
border-color: #54A67E;
}
</style>