Shades of Ocean Green #48AE81
Tints of Ocean Green #48AE81
RGB
CMYK
RGB Variations
Color information
#48AE81 (or 0x48AE81) is known color: Ocean Green. HEX triplet: 48, AE and 81. RGB value is (72,174,129). Sum of RGB (Red+Green+Blue) = 72+174+129=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AE81 is #B7517E. Grayscale: #8A8A8A. Windows color (decimal): -12013951 or 8498760. OLE color: 8498760.
HSL color Cylindrical-coordinate representation of color #48AE81: hue angle of 153.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AE81 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 174 | 129 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.32 |
| HSL | 153.53º | 0.41% | 0.48% | - |
| HSV(B) | 153.53º | 0.59% | 0.68% | - |
| XYZ | 21.77 | 33.23 | 26.04 | - |
| YUV | 138.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 129 | 0.59 | 0 | 0.26 | 0.32 | 153.53 | 0.41 | 0.48 |
| Hex | 48 | AE | 81 | 3B | 0 | 1A | 20 | 9A | 29 | 30 |
| Octal | 110 | 256 | 201 | 73 | 0 | 32 | 40 | 232 | 51 | 60 |
| Binary | 1001000 | 10101110 | 10000001 | 111011 | 0 | 11010 | 100000 | 10011010 | 101001 | 110000 |
Color Harmonies of #48AE81
Complementary color
Monochromatic Colors of #48AE81
Black with #48AE81
Text Example
Text Example
White with #48AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AE81; }
p { color: rgb(72,174,129); }
H1.HeaderClassName
{
color: #48AE81;
}
.AnyTagClassName
{
color: #48AE81;
}
</style>
background-color css
<style>
a { background-color: #48AE81; }
a { background-color: rgb(72,174,129); }
div.DivClassName
{
background-color: #48AE81;
}
.BgClassName
{
background-color: #48AE81;
}
</style>
border-color css
<style>
span { border-color: #48AE81; }
span { border-color: rgb(72,174,129); }
td.TdClassName
{
border-color: #48AE81;
}
.TagClassName
{
border-color: #48AE81;
}
</style>