Shades of Ocean Green #54A97D
Tints of Ocean Green #54A97D
RGB
CMYK
RGB Variations
Color information
#54A97D (or 0x54A97D) is known color: Ocean Green. HEX triplet: 54, A9 and 7D. RGB value is (84,169,125). Sum of RGB (Red+Green+Blue) = 84+169+125=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #54A97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A97D is #AB5682. Grayscale: #8A8A8A. Windows color (decimal): -11228803 or 8235348. OLE color: 8235348.
HSL color Cylindrical-coordinate representation of color #54A97D: hue angle of 148.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A97D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 125 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.34 |
| HSL | 148.94º | 0.34% | 0.5% | - |
| HSV(B) | 148.94º | 0.5% | 0.66% | - |
| XYZ | 21.55 | 31.74 | 24.39 | - |
| YUV | 138.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 125 | 0.50 | 0 | 0.26 | 0.34 | 148.94 | 0.34 | 0.5 |
| Hex | 54 | A9 | 7D | 32 | 0 | 1A | 22 | 95 | 22 | 32 |
| Octal | 124 | 251 | 175 | 62 | 0 | 32 | 42 | 225 | 42 | 62 |
| Binary | 1010100 | 10101001 | 1111101 | 110010 | 0 | 11010 | 100010 | 10010101 | 100010 | 110010 |
Color Harmonies of #54A97D
Complementary color
Monochromatic Colors of #54A97D
Black with #54A97D
Text Example
Text Example
White with #54A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A97D; }
p { color: rgb(84,169,125); }
H1.HeaderClassName
{
color: #54A97D;
}
.AnyTagClassName
{
color: #54A97D;
}
</style>
background-color css
<style>
a { background-color: #54A97D; }
a { background-color: rgb(84,169,125); }
div.DivClassName
{
background-color: #54A97D;
}
.BgClassName
{
background-color: #54A97D;
}
</style>
border-color css
<style>
span { border-color: #54A97D; }
span { border-color: rgb(84,169,125); }
td.TdClassName
{
border-color: #54A97D;
}
.TagClassName
{
border-color: #54A97D;
}
</style>