Shades of Ocean Green #48A07B
Tints of Ocean Green #48A07B
RGB
CMYK
RGB Variations
Color information
#48A07B (or 0x48A07B) is known color: Ocean Green. HEX triplet: 48, A0 and 7B. RGB value is (72,160,123). Sum of RGB (Red+Green+Blue) = 72+160+123=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #48A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A07B is #B75F84. Grayscale: #818181. Windows color (decimal): -12017541 or 8101960. OLE color: 8101960.
HSL color Cylindrical-coordinate representation of color #48A07B: hue angle of 154.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A07B is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 123 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.37 |
| HSL | 154.77º | 0.38% | 0.45% | - |
| HSV(B) | 154.77º | 0.55% | 0.63% | - |
| XYZ | 18.82 | 27.95 | 23.14 | - |
| YUV | 129.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 123 | 0.55 | 0 | 0.23 | 0.37 | 154.77 | 0.38 | 0.45 |
| Hex | 48 | A0 | 7B | 37 | 0 | 17 | 25 | 9B | 26 | 2D |
| Octal | 110 | 240 | 173 | 67 | 0 | 27 | 45 | 233 | 46 | 55 |
| Binary | 1001000 | 10100000 | 1111011 | 110111 | 0 | 10111 | 100101 | 10011011 | 100110 | 101101 |
Color Harmonies of #48A07B
Complementary color
Monochromatic Colors of #48A07B
Black with #48A07B
Text Example
Text Example
White with #48A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A07B; }
p { color: rgb(72,160,123); }
H1.HeaderClassName
{
color: #48A07B;
}
.AnyTagClassName
{
color: #48A07B;
}
</style>
background-color css
<style>
a { background-color: #48A07B; }
a { background-color: rgb(72,160,123); }
div.DivClassName
{
background-color: #48A07B;
}
.BgClassName
{
background-color: #48A07B;
}
</style>
border-color css
<style>
span { border-color: #48A07B; }
span { border-color: rgb(72,160,123); }
td.TdClassName
{
border-color: #48A07B;
}
.TagClassName
{
border-color: #48A07B;
}
</style>