Shades of Ocean Green #54A17A
Tints of Ocean Green #54A17A
RGB
CMYK
RGB Variations
Color information
#54A17A (or 0x54A17A) is known color: Ocean Green. HEX triplet: 54, A1 and 7A. RGB value is (84,161,122). Sum of RGB (Red+Green+Blue) = 84+161+122=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #54A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A17A is #AB5E85. Grayscale: #858585. Windows color (decimal): -11230854 or 8036692. OLE color: 8036692.
HSL color Cylindrical-coordinate representation of color #54A17A: hue angle of 149.61º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A17A is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 122 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.37 |
| HSL | 149.61º | 0.31% | 0.48% | - |
| HSV(B) | 149.61º | 0.48% | 0.63% | - |
| XYZ | 19.91 | 28.78 | 22.92 | - |
| YUV | 133.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 122 | 0.48 | 0 | 0.24 | 0.37 | 149.61 | 0.31 | 0.48 |
| Hex | 54 | A1 | 7A | 30 | 0 | 18 | 25 | 96 | 1F | 30 |
| Octal | 124 | 241 | 172 | 60 | 0 | 30 | 45 | 226 | 37 | 60 |
| Binary | 1010100 | 10100001 | 1111010 | 110000 | 0 | 11000 | 100101 | 10010110 | 11111 | 110000 |
Color Harmonies of #54A17A
Complementary color
Monochromatic Colors of #54A17A
Black with #54A17A
Text Example
Text Example
White with #54A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A17A; }
p { color: rgb(84,161,122); }
H1.HeaderClassName
{
color: #54A17A;
}
.AnyTagClassName
{
color: #54A17A;
}
</style>
background-color css
<style>
a { background-color: #54A17A; }
a { background-color: rgb(84,161,122); }
div.DivClassName
{
background-color: #54A17A;
}
.BgClassName
{
background-color: #54A17A;
}
</style>
border-color css
<style>
span { border-color: #54A17A; }
span { border-color: rgb(84,161,122); }
td.TdClassName
{
border-color: #54A17A;
}
.TagClassName
{
border-color: #54A17A;
}
</style>