Shades of Ocean Green #48B56E
Tints of Ocean Green #48B56E
RGB
CMYK
RGB Variations
Color information
#48B56E (or 0x48B56E) is known color: Ocean Green. HEX triplet: 48, B5 and 6E. RGB value is (72,181,110). Sum of RGB (Red+Green+Blue) = 72+181+110=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #48B56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B56E is #B74A91. Grayscale: #8C8C8C. Windows color (decimal): -12012178 or 7255368. OLE color: 7255368.
HSL color Cylindrical-coordinate representation of color #48B56E: hue angle of 140.92º 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 #48B56E is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 110 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.29 |
| HSL | 140.92º | 0.43% | 0.5% | - |
| HSV(B) | 140.92º | 0.6% | 0.71% | - |
| XYZ | 22.01 | 35.55 | 20.45 | - |
| YUV | 140.32 | 110.89 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 110 | 0.60 | 0 | 0.39 | 0.29 | 140.92 | 0.43 | 0.5 |
| Hex | 48 | B5 | 6E | 3C | 0 | 27 | 1D | 8D | 2B | 32 |
| Octal | 110 | 265 | 156 | 74 | 0 | 47 | 35 | 215 | 53 | 62 |
| Binary | 1001000 | 10110101 | 1101110 | 111100 | 0 | 100111 | 11101 | 10001101 | 101011 | 110010 |
Color Harmonies of #48B56E
Complementary color
Monochromatic Colors of #48B56E
Black with #48B56E
Text Example
Text Example
White with #48B56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B56E; }
p { color: rgb(72,181,110); }
H1.HeaderClassName
{
color: #48B56E;
}
.AnyTagClassName
{
color: #48B56E;
}
</style>
background-color css
<style>
a { background-color: #48B56E; }
a { background-color: rgb(72,181,110); }
div.DivClassName
{
background-color: #48B56E;
}
.BgClassName
{
background-color: #48B56E;
}
</style>
border-color css
<style>
span { border-color: #48B56E; }
span { border-color: rgb(72,181,110); }
td.TdClassName
{
border-color: #48B56E;
}
.TagClassName
{
border-color: #48B56E;
}
</style>