Shades of Ocean Green #54AD7A
Tints of Ocean Green #54AD7A
RGB
CMYK
RGB Variations
Color information
#54AD7A (or 0x54AD7A) is known color: Ocean Green. HEX triplet: 54, AD and 7A. RGB value is (84,173,122). Sum of RGB (Red+Green+Blue) = 84+173+122=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD7A is #AB5285. Grayscale: #8C8C8C. Windows color (decimal): -11227782 or 8039764. OLE color: 8039764.
HSL color Cylindrical-coordinate representation of color #54AD7A: hue angle of 145.62º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD7A is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 122 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.32 |
| HSL | 145.62º | 0.35% | 0.5% | - |
| HSV(B) | 145.62º | 0.51% | 0.68% | - |
| XYZ | 22.11 | 33.18 | 23.65 | - |
| YUV | 140.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 122 | 0.51 | 0 | 0.29 | 0.32 | 145.62 | 0.35 | 0.5 |
| Hex | 54 | AD | 7A | 33 | 0 | 1D | 20 | 92 | 23 | 32 |
| Octal | 124 | 255 | 172 | 63 | 0 | 35 | 40 | 222 | 43 | 62 |
| Binary | 1010100 | 10101101 | 1111010 | 110011 | 0 | 11101 | 100000 | 10010010 | 100011 | 110010 |
Color Harmonies of #54AD7A
Complementary color
Monochromatic Colors of #54AD7A
Black with #54AD7A
Text Example
Text Example
White with #54AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD7A; }
p { color: rgb(84,173,122); }
H1.HeaderClassName
{
color: #54AD7A;
}
.AnyTagClassName
{
color: #54AD7A;
}
</style>
background-color css
<style>
a { background-color: #54AD7A; }
a { background-color: rgb(84,173,122); }
div.DivClassName
{
background-color: #54AD7A;
}
.BgClassName
{
background-color: #54AD7A;
}
</style>
border-color css
<style>
span { border-color: #54AD7A; }
span { border-color: rgb(84,173,122); }
td.TdClassName
{
border-color: #54AD7A;
}
.TagClassName
{
border-color: #54AD7A;
}
</style>