Shades of Ocean Green #48AB80
Tints of Ocean Green #48AB80
RGB
CMYK
RGB Variations
Color information
#48AB80 (or 0x48AB80) is known color: Ocean Green. HEX triplet: 48, AB and 80. RGB value is (72,171,128). Sum of RGB (Red+Green+Blue) = 72+171+128=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB80 is #B7547F. Grayscale: #888888. Windows color (decimal): -12014720 or 8432456. OLE color: 8432456.
HSL color Cylindrical-coordinate representation of color #48AB80: hue angle of 153.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB80 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 128 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.33 |
| HSL | 153.94º | 0.41% | 0.48% | - |
| HSV(B) | 153.94º | 0.58% | 0.67% | - |
| XYZ | 21.13 | 32.06 | 25.5 | - |
| YUV | 136.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 128 | 0.58 | 0 | 0.25 | 0.33 | 153.94 | 0.41 | 0.48 |
| Hex | 48 | AB | 80 | 3A | 0 | 19 | 21 | 9A | 29 | 30 |
| Octal | 110 | 253 | 200 | 72 | 0 | 31 | 41 | 232 | 51 | 60 |
| Binary | 1001000 | 10101011 | 10000000 | 111010 | 0 | 11001 | 100001 | 10011010 | 101001 | 110000 |
Color Harmonies of #48AB80
Complementary color
Monochromatic Colors of #48AB80
Black with #48AB80
Text Example
Text Example
White with #48AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB80; }
p { color: rgb(72,171,128); }
H1.HeaderClassName
{
color: #48AB80;
}
.AnyTagClassName
{
color: #48AB80;
}
</style>
background-color css
<style>
a { background-color: #48AB80; }
a { background-color: rgb(72,171,128); }
div.DivClassName
{
background-color: #48AB80;
}
.BgClassName
{
background-color: #48AB80;
}
</style>
border-color css
<style>
span { border-color: #48AB80; }
span { border-color: rgb(72,171,128); }
td.TdClassName
{
border-color: #48AB80;
}
.TagClassName
{
border-color: #48AB80;
}
</style>