Shades of Ocean Green #54AC80
Tints of Ocean Green #54AC80
RGB
CMYK
RGB Variations
Color information
#54AC80 (or 0x54AC80) is known color: Ocean Green. HEX triplet: 54, AC and 80. RGB value is (84,172,128). Sum of RGB (Red+Green+Blue) = 84+172+128=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC80 is #AB537F. Grayscale: #8C8C8C. Windows color (decimal): -11228032 or 8432724. OLE color: 8432724.
HSL color Cylindrical-coordinate representation of color #54AC80: hue angle of 150º 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 #54AC80 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 128 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.33 |
| HSL | 150º | 0.35% | 0.5% | - |
| HSV(B) | 150º | 0.51% | 0.67% | - |
| XYZ | 22.3 | 32.95 | 25.61 | - |
| YUV | 140.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 128 | 0.51 | 0 | 0.26 | 0.33 | 150 | 0.35 | 0.5 |
| Hex | 54 | AC | 80 | 33 | 0 | 1A | 21 | 96 | 23 | 32 |
| Octal | 124 | 254 | 200 | 63 | 0 | 32 | 41 | 226 | 43 | 62 |
| Binary | 1010100 | 10101100 | 10000000 | 110011 | 0 | 11010 | 100001 | 10010110 | 100011 | 110010 |
Color Harmonies of #54AC80
Complementary color
Monochromatic Colors of #54AC80
Black with #54AC80
Text Example
Text Example
White with #54AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC80; }
p { color: rgb(84,172,128); }
H1.HeaderClassName
{
color: #54AC80;
}
.AnyTagClassName
{
color: #54AC80;
}
</style>
background-color css
<style>
a { background-color: #54AC80; }
a { background-color: rgb(84,172,128); }
div.DivClassName
{
background-color: #54AC80;
}
.BgClassName
{
background-color: #54AC80;
}
</style>
border-color css
<style>
span { border-color: #54AC80; }
span { border-color: rgb(84,172,128); }
td.TdClassName
{
border-color: #54AC80;
}
.TagClassName
{
border-color: #54AC80;
}
</style>