Shades of Ocean Green #54A675
Tints of Ocean Green #54A675
RGB
CMYK
RGB Variations
Color information
#54A675 (or 0x54A675) is known color: Ocean Green. HEX triplet: 54, A6 and 75. RGB value is (84,166,117). Sum of RGB (Red+Green+Blue) = 84+166+117=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #54A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A675 is #AB598A. Grayscale: #888888. Windows color (decimal): -11229579 or 7710292. OLE color: 7710292.
HSL color Cylindrical-coordinate representation of color #54A675: hue angle of 144.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A675 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 166 | 117 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.35 |
| HSL | 144.15º | 0.33% | 0.49% | - |
| HSV(B) | 144.15º | 0.49% | 0.65% | - |
| XYZ | 20.5 | 30.44 | 21.62 | - |
| YUV | 135.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 117 | 0.49 | 0 | 0.30 | 0.35 | 144.15 | 0.33 | 0.49 |
| Hex | 54 | A6 | 75 | 31 | 0 | 1E | 23 | 90 | 21 | 31 |
| Octal | 124 | 246 | 165 | 61 | 0 | 36 | 43 | 220 | 41 | 61 |
| Binary | 1010100 | 10100110 | 1110101 | 110001 | 0 | 11110 | 100011 | 10010000 | 100001 | 110001 |
Color Harmonies of #54A675
Complementary color
Monochromatic Colors of #54A675
Black with #54A675
Text Example
Text Example
White with #54A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A675; }
p { color: rgb(84,166,117); }
H1.HeaderClassName
{
color: #54A675;
}
.AnyTagClassName
{
color: #54A675;
}
</style>
background-color css
<style>
a { background-color: #54A675; }
a { background-color: rgb(84,166,117); }
div.DivClassName
{
background-color: #54A675;
}
.BgClassName
{
background-color: #54A675;
}
</style>
border-color css
<style>
span { border-color: #54A675; }
span { border-color: rgb(84,166,117); }
td.TdClassName
{
border-color: #54A675;
}
.TagClassName
{
border-color: #54A675;
}
</style>