Shades of Ocean Green #54AE7D
Tints of Ocean Green #54AE7D
RGB
CMYK
RGB Variations
Color information
#54AE7D (or 0x54AE7D) is known color: Ocean Green. HEX triplet: 54, AE and 7D. RGB value is (84,174,125). Sum of RGB (Red+Green+Blue) = 84+174+125=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE7D is #AB5182. Grayscale: #8D8D8D. Windows color (decimal): -11227523 or 8236628. OLE color: 8236628.
HSL color Cylindrical-coordinate representation of color #54AE7D: hue angle of 147.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE7D is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 125 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.32 |
| HSL | 147.33º | 0.36% | 0.51% | - |
| HSV(B) | 147.33º | 0.52% | 0.68% | - |
| XYZ | 22.49 | 33.64 | 24.71 | - |
| YUV | 141.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 125 | 0.52 | 0 | 0.28 | 0.32 | 147.33 | 0.36 | 0.51 |
| Hex | 54 | AE | 7D | 34 | 0 | 1C | 20 | 93 | 24 | 33 |
| Octal | 124 | 256 | 175 | 64 | 0 | 34 | 40 | 223 | 44 | 63 |
| Binary | 1010100 | 10101110 | 1111101 | 110100 | 0 | 11100 | 100000 | 10010011 | 100100 | 110011 |
Color Harmonies of #54AE7D
Complementary color
Monochromatic Colors of #54AE7D
Black with #54AE7D
Text Example
Text Example
White with #54AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AE7D; }
p { color: rgb(84,174,125); }
H1.HeaderClassName
{
color: #54AE7D;
}
.AnyTagClassName
{
color: #54AE7D;
}
</style>
background-color css
<style>
a { background-color: #54AE7D; }
a { background-color: rgb(84,174,125); }
div.DivClassName
{
background-color: #54AE7D;
}
.BgClassName
{
background-color: #54AE7D;
}
</style>
border-color css
<style>
span { border-color: #54AE7D; }
span { border-color: rgb(84,174,125); }
td.TdClassName
{
border-color: #54AE7D;
}
.TagClassName
{
border-color: #54AE7D;
}
</style>