Shades of Ocean Green #54AC7B
Tints of Ocean Green #54AC7B
RGB
CMYK
RGB Variations
Color information
#54AC7B (or 0x54AC7B) is known color: Ocean Green. HEX triplet: 54, AC and 7B. RGB value is (84,172,123). Sum of RGB (Red+Green+Blue) = 84+172+123=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC7B is #AB5384. Grayscale: #8C8C8C. Windows color (decimal): -11228037 or 8105044. OLE color: 8105044.
HSL color Cylindrical-coordinate representation of color #54AC7B: hue angle of 146.59º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC7B is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 123 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.33 |
| HSL | 146.59º | 0.35% | 0.5% | - |
| HSV(B) | 146.59º | 0.51% | 0.67% | - |
| XYZ | 21.98 | 32.82 | 23.92 | - |
| YUV | 140.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 123 | 0.51 | 0 | 0.28 | 0.33 | 146.59 | 0.35 | 0.5 |
| Hex | 54 | AC | 7B | 33 | 0 | 1C | 21 | 93 | 23 | 32 |
| Octal | 124 | 254 | 173 | 63 | 0 | 34 | 41 | 223 | 43 | 62 |
| Binary | 1010100 | 10101100 | 1111011 | 110011 | 0 | 11100 | 100001 | 10010011 | 100011 | 110010 |
Color Harmonies of #54AC7B
Complementary color
Monochromatic Colors of #54AC7B
Black with #54AC7B
Text Example
Text Example
White with #54AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC7B; }
p { color: rgb(84,172,123); }
H1.HeaderClassName
{
color: #54AC7B;
}
.AnyTagClassName
{
color: #54AC7B;
}
</style>
background-color css
<style>
a { background-color: #54AC7B; }
a { background-color: rgb(84,172,123); }
div.DivClassName
{
background-color: #54AC7B;
}
.BgClassName
{
background-color: #54AC7B;
}
</style>
border-color css
<style>
span { border-color: #54AC7B; }
span { border-color: rgb(84,172,123); }
td.TdClassName
{
border-color: #54AC7B;
}
.TagClassName
{
border-color: #54AC7B;
}
</style>