Shades of Ocean Green #54A07B
Tints of Ocean Green #54A07B
RGB
CMYK
RGB Variations
Color information
#54A07B (or 0x54A07B) is known color: Ocean Green. HEX triplet: 54, A0 and 7B. RGB value is (84,160,123). Sum of RGB (Red+Green+Blue) = 84+160+123=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #54A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A07B is #AB5F84. Grayscale: #858585. Windows color (decimal): -11231109 or 8101972. OLE color: 8101972.
HSL color Cylindrical-coordinate representation of color #54A07B: hue angle of 150.79º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A07B is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 123 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.37 |
| HSL | 150.79º | 0.31% | 0.48% | - |
| HSV(B) | 150.79º | 0.48% | 0.63% | - |
| XYZ | 19.8 | 28.46 | 23.19 | - |
| YUV | 133.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 123 | 0.48 | 0 | 0.23 | 0.37 | 150.79 | 0.31 | 0.48 |
| Hex | 54 | A0 | 7B | 30 | 0 | 17 | 25 | 97 | 1F | 30 |
| Octal | 124 | 240 | 173 | 60 | 0 | 27 | 45 | 227 | 37 | 60 |
| Binary | 1010100 | 10100000 | 1111011 | 110000 | 0 | 10111 | 100101 | 10010111 | 11111 | 110000 |
Color Harmonies of #54A07B
Complementary color
Monochromatic Colors of #54A07B
Black with #54A07B
Text Example
Text Example
White with #54A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A07B; }
p { color: rgb(84,160,123); }
H1.HeaderClassName
{
color: #54A07B;
}
.AnyTagClassName
{
color: #54A07B;
}
</style>
background-color css
<style>
a { background-color: #54A07B; }
a { background-color: rgb(84,160,123); }
div.DivClassName
{
background-color: #54A07B;
}
.BgClassName
{
background-color: #54A07B;
}
</style>
border-color css
<style>
span { border-color: #54A07B; }
span { border-color: rgb(84,160,123); }
td.TdClassName
{
border-color: #54A07B;
}
.TagClassName
{
border-color: #54A07B;
}
</style>