Shades of Ocean Green #48B584
Tints of Ocean Green #48B584
RGB
CMYK
RGB Variations
Color information
#48B584 (or 0x48B584) is known color: Ocean Green. HEX triplet: 48, B5 and 84. RGB value is (72,181,132). Sum of RGB (Red+Green+Blue) = 72+181+132=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #48B584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B584 is #B74A7B. Grayscale: #8E8E8E. Windows color (decimal): -12012156 or 8697160. OLE color: 8697160.
HSL color Cylindrical-coordinate representation of color #48B584: hue angle of 153.03º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B584 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 132 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.29 |
| HSL | 153.03º | 0.43% | 0.5% | - |
| HSV(B) | 153.03º | 0.6% | 0.71% | - |
| XYZ | 23.36 | 36.09 | 27.56 | - |
| YUV | 142.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 132 | 0.60 | 0 | 0.27 | 0.29 | 153.03 | 0.43 | 0.5 |
| Hex | 48 | B5 | 84 | 3C | 0 | 1B | 1D | 99 | 2B | 32 |
| Octal | 110 | 265 | 204 | 74 | 0 | 33 | 35 | 231 | 53 | 62 |
| Binary | 1001000 | 10110101 | 10000100 | 111100 | 0 | 11011 | 11101 | 10011001 | 101011 | 110010 |
Color Harmonies of #48B584
Complementary color
Monochromatic Colors of #48B584
Black with #48B584
Text Example
Text Example
White with #48B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B584; }
p { color: rgb(72,181,132); }
H1.HeaderClassName
{
color: #48B584;
}
.AnyTagClassName
{
color: #48B584;
}
</style>
background-color css
<style>
a { background-color: #48B584; }
a { background-color: rgb(72,181,132); }
div.DivClassName
{
background-color: #48B584;
}
.BgClassName
{
background-color: #48B584;
}
</style>
border-color css
<style>
span { border-color: #48B584; }
span { border-color: rgb(72,181,132); }
td.TdClassName
{
border-color: #48B584;
}
.TagClassName
{
border-color: #48B584;
}
</style>