Shades of Ocean Green #48AF74
Tints of Ocean Green #48AF74
RGB
CMYK
RGB Variations
Color information
#48AF74 (or 0x48AF74) is known color: Ocean Green. HEX triplet: 48, AF and 74. RGB value is (72,175,116). Sum of RGB (Red+Green+Blue) = 72+175+116=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF74 is #B7508B. Grayscale: #898989. Windows color (decimal): -12013708 or 7647048. OLE color: 7647048.
HSL color Cylindrical-coordinate representation of color #48AF74: hue angle of 145.63º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF74 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 175 | 116 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.31 |
| HSL | 145.63º | 0.42% | 0.48% | - |
| HSV(B) | 145.63º | 0.59% | 0.69% | - |
| XYZ | 21.15 | 33.3 | 21.84 | - |
| YUV | 137.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 175 | 116 | 0.59 | 0 | 0.34 | 0.31 | 145.63 | 0.42 | 0.48 |
| Hex | 48 | AF | 74 | 3B | 0 | 22 | 1F | 92 | 2A | 30 |
| Octal | 110 | 257 | 164 | 73 | 0 | 42 | 37 | 222 | 52 | 60 |
| Binary | 1001000 | 10101111 | 1110100 | 111011 | 0 | 100010 | 11111 | 10010010 | 101010 | 110000 |
Color Harmonies of #48AF74
Complementary color
Monochromatic Colors of #48AF74
Black with #48AF74
Text Example
Text Example
White with #48AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AF74; }
p { color: rgb(72,175,116); }
H1.HeaderClassName
{
color: #48AF74;
}
.AnyTagClassName
{
color: #48AF74;
}
</style>
background-color css
<style>
a { background-color: #48AF74; }
a { background-color: rgb(72,175,116); }
div.DivClassName
{
background-color: #48AF74;
}
.BgClassName
{
background-color: #48AF74;
}
</style>
border-color css
<style>
span { border-color: #48AF74; }
span { border-color: rgb(72,175,116); }
td.TdClassName
{
border-color: #48AF74;
}
.TagClassName
{
border-color: #48AF74;
}
</style>