Shades of Ocean Green #54AB80
Tints of Ocean Green #54AB80
RGB
CMYK
RGB Variations
Color information
#54AB80 (or 0x54AB80) is known color: Ocean Green. HEX triplet: 54, AB and 80. RGB value is (84,171,128). Sum of RGB (Red+Green+Blue) = 84+171+128=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB80 is #AB547F. Grayscale: #8C8C8C. Windows color (decimal): -11228288 or 8432468. OLE color: 8432468.
HSL color Cylindrical-coordinate representation of color #54AB80: hue angle of 150.34º degrees, saturation: 0.34, 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 #54AB80 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 128 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.33 |
| HSL | 150.34º | 0.34% | 0.5% | - |
| HSV(B) | 150.34º | 0.51% | 0.67% | - |
| XYZ | 22.12 | 32.57 | 25.54 | - |
| YUV | 140.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 128 | 0.51 | 0 | 0.25 | 0.33 | 150.34 | 0.34 | 0.5 |
| Hex | 54 | AB | 80 | 33 | 0 | 19 | 21 | 96 | 22 | 32 |
| Octal | 124 | 253 | 200 | 63 | 0 | 31 | 41 | 226 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10000000 | 110011 | 0 | 11001 | 100001 | 10010110 | 100010 | 110010 |
Color Harmonies of #54AB80
Complementary color
Monochromatic Colors of #54AB80
Black with #54AB80
Text Example
Text Example
White with #54AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB80; }
p { color: rgb(84,171,128); }
H1.HeaderClassName
{
color: #54AB80;
}
.AnyTagClassName
{
color: #54AB80;
}
</style>
background-color css
<style>
a { background-color: #54AB80; }
a { background-color: rgb(84,171,128); }
div.DivClassName
{
background-color: #54AB80;
}
.BgClassName
{
background-color: #54AB80;
}
</style>
border-color css
<style>
span { border-color: #54AB80; }
span { border-color: rgb(84,171,128); }
td.TdClassName
{
border-color: #54AB80;
}
.TagClassName
{
border-color: #54AB80;
}
</style>