Shades of Ocean Green #48AA7B
Tints of Ocean Green #48AA7B
RGB
CMYK
RGB Variations
Color information
#48AA7B (or 0x48AA7B) is known color: Ocean Green. HEX triplet: 48, AA and 7B. RGB value is (72,170,123). Sum of RGB (Red+Green+Blue) = 72+170+123=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA7B is #B75584. Grayscale: #878787. Windows color (decimal): -12014981 or 8104520. OLE color: 8104520.
HSL color Cylindrical-coordinate representation of color #48AA7B: hue angle of 151.22º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA7B is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 123 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.33 |
| HSL | 151.22º | 0.4% | 0.47% | - |
| HSV(B) | 151.22º | 0.58% | 0.67% | - |
| XYZ | 20.62 | 31.56 | 23.74 | - |
| YUV | 135.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 123 | 0.58 | 0 | 0.28 | 0.33 | 151.22 | 0.4 | 0.47 |
| Hex | 48 | AA | 7B | 3A | 0 | 1C | 21 | 97 | 28 | 2F |
| Octal | 110 | 252 | 173 | 72 | 0 | 34 | 41 | 227 | 50 | 57 |
| Binary | 1001000 | 10101010 | 1111011 | 111010 | 0 | 11100 | 100001 | 10010111 | 101000 | 101111 |
Color Harmonies of #48AA7B
Complementary color
Monochromatic Colors of #48AA7B
Black with #48AA7B
Text Example
Text Example
White with #48AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA7B; }
p { color: rgb(72,170,123); }
H1.HeaderClassName
{
color: #48AA7B;
}
.AnyTagClassName
{
color: #48AA7B;
}
</style>
background-color css
<style>
a { background-color: #48AA7B; }
a { background-color: rgb(72,170,123); }
div.DivClassName
{
background-color: #48AA7B;
}
.BgClassName
{
background-color: #48AA7B;
}
</style>
border-color css
<style>
span { border-color: #48AA7B; }
span { border-color: rgb(72,170,123); }
td.TdClassName
{
border-color: #48AA7B;
}
.TagClassName
{
border-color: #48AA7B;
}
</style>