Shades of Ocean Green #54AE7B
Tints of Ocean Green #54AE7B
RGB
CMYK
RGB Variations
Color information
#54AE7B (or 0x54AE7B) is known color: Ocean Green. HEX triplet: 54, AE and 7B. RGB value is (84,174,123). Sum of RGB (Red+Green+Blue) = 84+174+123=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE7B is #AB5184. Grayscale: #8D8D8D. Windows color (decimal): -11227525 or 8105556. OLE color: 8105556.
HSL color Cylindrical-coordinate representation of color #54AE7B: hue angle of 146º 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 #54AE7B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 123 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.32 |
| HSL | 146º | 0.36% | 0.51% | - |
| HSV(B) | 146º | 0.52% | 0.68% | - |
| XYZ | 22.37 | 33.59 | 24.04 | - |
| YUV | 141.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 123 | 0.52 | 0 | 0.29 | 0.32 | 146 | 0.36 | 0.51 |
| Hex | 54 | AE | 7B | 34 | 0 | 1D | 20 | 92 | 24 | 33 |
| Octal | 124 | 256 | 173 | 64 | 0 | 35 | 40 | 222 | 44 | 63 |
| Binary | 1010100 | 10101110 | 1111011 | 110100 | 0 | 11101 | 100000 | 10010010 | 100100 | 110011 |
Color Harmonies of #54AE7B
Complementary color
Monochromatic Colors of #54AE7B
Black with #54AE7B
Text Example
Text Example
White with #54AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AE7B; }
p { color: rgb(84,174,123); }
H1.HeaderClassName
{
color: #54AE7B;
}
.AnyTagClassName
{
color: #54AE7B;
}
</style>
background-color css
<style>
a { background-color: #54AE7B; }
a { background-color: rgb(84,174,123); }
div.DivClassName
{
background-color: #54AE7B;
}
.BgClassName
{
background-color: #54AE7B;
}
</style>
border-color css
<style>
span { border-color: #54AE7B; }
span { border-color: rgb(84,174,123); }
td.TdClassName
{
border-color: #54AE7B;
}
.TagClassName
{
border-color: #54AE7B;
}
</style>