Shades of Ocean Green #54B183
Tints of Ocean Green #54B183
RGB
CMYK
RGB Variations
Color information
#54B183 (or 0x54B183) is known color: Ocean Green. HEX triplet: 54, B1 and 83. RGB value is (84,177,131). Sum of RGB (Red+Green+Blue) = 84+177+131=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #54B183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B183 is #AB4E7C. Grayscale: #909090. Windows color (decimal): -11226749 or 8630612. OLE color: 8630612.
HSL color Cylindrical-coordinate representation of color #54B183: hue angle of 150.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B183 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 177 | 131 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.31 |
| HSL | 150.32º | 0.37% | 0.51% | - |
| HSV(B) | 150.32º | 0.53% | 0.69% | - |
| XYZ | 23.48 | 34.97 | 26.98 | - |
| YUV | 143.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 131 | 0.53 | 0 | 0.26 | 0.31 | 150.32 | 0.37 | 0.51 |
| Hex | 54 | B1 | 83 | 35 | 0 | 1A | 1F | 96 | 25 | 33 |
| Octal | 124 | 261 | 203 | 65 | 0 | 32 | 37 | 226 | 45 | 63 |
| Binary | 1010100 | 10110001 | 10000011 | 110101 | 0 | 11010 | 11111 | 10010110 | 100101 | 110011 |
Color Harmonies of #54B183
Complementary color
Monochromatic Colors of #54B183
Black with #54B183
Text Example
Text Example
White with #54B183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B183; }
p { color: rgb(84,177,131); }
H1.HeaderClassName
{
color: #54B183;
}
.AnyTagClassName
{
color: #54B183;
}
</style>
background-color css
<style>
a { background-color: #54B183; }
a { background-color: rgb(84,177,131); }
div.DivClassName
{
background-color: #54B183;
}
.BgClassName
{
background-color: #54B183;
}
</style>
border-color css
<style>
span { border-color: #54B183; }
span { border-color: rgb(84,177,131); }
td.TdClassName
{
border-color: #54B183;
}
.TagClassName
{
border-color: #54B183;
}
</style>