Shades of Ocean Green #48AC7A
Tints of Ocean Green #48AC7A
RGB
CMYK
RGB Variations
Color information
#48AC7A (or 0x48AC7A) is known color: Ocean Green. HEX triplet: 48, AC and 7A. RGB value is (72,172,122). Sum of RGB (Red+Green+Blue) = 72+172+122=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AC7A is #B75385. Grayscale: #888888. Windows color (decimal): -12014470 or 8039496. OLE color: 8039496.
HSL color Cylindrical-coordinate representation of color #48AC7A: hue angle of 150º 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 #48AC7A is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 172 | 122 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.33 |
| HSL | 150º | 0.41% | 0.48% | - |
| HSV(B) | 150º | 0.58% | 0.67% | - |
| XYZ | 20.94 | 32.29 | 23.54 | - |
| YUV | 136.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 172 | 122 | 0.58 | 0 | 0.29 | 0.33 | 150 | 0.41 | 0.48 |
| Hex | 48 | AC | 7A | 3A | 0 | 1D | 21 | 96 | 29 | 30 |
| Octal | 110 | 254 | 172 | 72 | 0 | 35 | 41 | 226 | 51 | 60 |
| Binary | 1001000 | 10101100 | 1111010 | 111010 | 0 | 11101 | 100001 | 10010110 | 101001 | 110000 |
Color Harmonies of #48AC7A
Complementary color
Monochromatic Colors of #48AC7A
Black with #48AC7A
Text Example
Text Example
White with #48AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AC7A; }
p { color: rgb(72,172,122); }
H1.HeaderClassName
{
color: #48AC7A;
}
.AnyTagClassName
{
color: #48AC7A;
}
</style>
background-color css
<style>
a { background-color: #48AC7A; }
a { background-color: rgb(72,172,122); }
div.DivClassName
{
background-color: #48AC7A;
}
.BgClassName
{
background-color: #48AC7A;
}
</style>
border-color css
<style>
span { border-color: #48AC7A; }
span { border-color: rgb(72,172,122); }
td.TdClassName
{
border-color: #48AC7A;
}
.TagClassName
{
border-color: #48AC7A;
}
</style>