Shades of Ocean Green #54B182
Tints of Ocean Green #54B182
RGB
CMYK
RGB Variations
Color information
#54B182 (or 0x54B182) is known color: Ocean Green. HEX triplet: 54, B1 and 82. RGB value is (84,177,130). Sum of RGB (Red+Green+Blue) = 84+177+130=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #54B182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B182 is #AB4E7D. Grayscale: #8F8F8F. Windows color (decimal): -11226750 or 8565076. OLE color: 8565076.
HSL color Cylindrical-coordinate representation of color #54B182: hue angle of 149.68º 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 #54B182 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 177 | 130 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.31 |
| HSL | 149.68º | 0.37% | 0.51% | - |
| HSV(B) | 149.68º | 0.53% | 0.69% | - |
| XYZ | 23.41 | 34.94 | 26.63 | - |
| YUV | 143.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 130 | 0.53 | 0 | 0.27 | 0.31 | 149.68 | 0.37 | 0.51 |
| Hex | 54 | B1 | 82 | 35 | 0 | 1B | 1F | 96 | 25 | 33 |
| Octal | 124 | 261 | 202 | 65 | 0 | 33 | 37 | 226 | 45 | 63 |
| Binary | 1010100 | 10110001 | 10000010 | 110101 | 0 | 11011 | 11111 | 10010110 | 100101 | 110011 |
Color Harmonies of #54B182
Complementary color
Monochromatic Colors of #54B182
Black with #54B182
Text Example
Text Example
White with #54B182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B182; }
p { color: rgb(84,177,130); }
H1.HeaderClassName
{
color: #54B182;
}
.AnyTagClassName
{
color: #54B182;
}
</style>
background-color css
<style>
a { background-color: #54B182; }
a { background-color: rgb(84,177,130); }
div.DivClassName
{
background-color: #54B182;
}
.BgClassName
{
background-color: #54B182;
}
</style>
border-color css
<style>
span { border-color: #54B182; }
span { border-color: rgb(84,177,130); }
td.TdClassName
{
border-color: #54B182;
}
.TagClassName
{
border-color: #54B182;
}
</style>