Shades of Ocean Green #48AD7D
Tints of Ocean Green #48AD7D
RGB
CMYK
RGB Variations
Color information
#48AD7D (or 0x48AD7D) is known color: Ocean Green. HEX triplet: 48, AD and 7D. RGB value is (72,173,125). Sum of RGB (Red+Green+Blue) = 72+173+125=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD7D is #B75282. Grayscale: #898989. Windows color (decimal): -12014211 or 8236360. OLE color: 8236360.
HSL color Cylindrical-coordinate representation of color #48AD7D: hue angle of 151.49º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD7D is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 125 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.32 |
| HSL | 151.49º | 0.41% | 0.48% | - |
| HSV(B) | 151.49º | 0.58% | 0.68% | - |
| XYZ | 21.32 | 32.75 | 24.6 | - |
| YUV | 137.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 125 | 0.58 | 0 | 0.28 | 0.32 | 151.49 | 0.41 | 0.48 |
| Hex | 48 | AD | 7D | 3A | 0 | 1C | 20 | 97 | 29 | 30 |
| Octal | 110 | 255 | 175 | 72 | 0 | 34 | 40 | 227 | 51 | 60 |
| Binary | 1001000 | 10101101 | 1111101 | 111010 | 0 | 11100 | 100000 | 10010111 | 101001 | 110000 |
Color Harmonies of #48AD7D
Complementary color
Monochromatic Colors of #48AD7D
Black with #48AD7D
Text Example
Text Example
White with #48AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD7D; }
p { color: rgb(72,173,125); }
H1.HeaderClassName
{
color: #48AD7D;
}
.AnyTagClassName
{
color: #48AD7D;
}
</style>
background-color css
<style>
a { background-color: #48AD7D; }
a { background-color: rgb(72,173,125); }
div.DivClassName
{
background-color: #48AD7D;
}
.BgClassName
{
background-color: #48AD7D;
}
</style>
border-color css
<style>
span { border-color: #48AD7D; }
span { border-color: rgb(72,173,125); }
td.TdClassName
{
border-color: #48AD7D;
}
.TagClassName
{
border-color: #48AD7D;
}
</style>