Shades of Ocean Green #48A874
Tints of Ocean Green #48A874
RGB
CMYK
RGB Variations
Color information
#48A874 (or 0x48A874) is known color: Ocean Green. HEX triplet: 48, A8 and 74. RGB value is (72,168,116). Sum of RGB (Red+Green+Blue) = 72+168+116=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #48A874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A874 is #B7578B. Grayscale: #858585. Windows color (decimal): -12015500 or 7645256. OLE color: 7645256.
HSL color Cylindrical-coordinate representation of color #48A874: hue angle of 147.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A874 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 168 | 116 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.34 |
| HSL | 147.5º | 0.4% | 0.47% | - |
| HSV(B) | 147.5º | 0.57% | 0.66% | - |
| XYZ | 19.83 | 30.64 | 21.39 | - |
| YUV | 133.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 116 | 0.57 | 0 | 0.31 | 0.34 | 147.5 | 0.4 | 0.47 |
| Hex | 48 | A8 | 74 | 39 | 0 | 1F | 22 | 94 | 28 | 2F |
| Octal | 110 | 250 | 164 | 71 | 0 | 37 | 42 | 224 | 50 | 57 |
| Binary | 1001000 | 10101000 | 1110100 | 111001 | 0 | 11111 | 100010 | 10010100 | 101000 | 101111 |
Color Harmonies of #48A874
Complementary color
Monochromatic Colors of #48A874
Black with #48A874
Text Example
Text Example
White with #48A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A874; }
p { color: rgb(72,168,116); }
H1.HeaderClassName
{
color: #48A874;
}
.AnyTagClassName
{
color: #48A874;
}
</style>
background-color css
<style>
a { background-color: #48A874; }
a { background-color: rgb(72,168,116); }
div.DivClassName
{
background-color: #48A874;
}
.BgClassName
{
background-color: #48A874;
}
</style>
border-color css
<style>
span { border-color: #48A874; }
span { border-color: rgb(72,168,116); }
td.TdClassName
{
border-color: #48A874;
}
.TagClassName
{
border-color: #48A874;
}
</style>