Shades of Ocean Green #48AF7B
Tints of Ocean Green #48AF7B
RGB
CMYK
RGB Variations
Color information
#48AF7B (or 0x48AF7B) is known color: Ocean Green. HEX triplet: 48, AF and 7B. RGB value is (72,175,123). Sum of RGB (Red+Green+Blue) = 72+175+123=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF7B is #B75084. Grayscale: #8A8A8A. Windows color (decimal): -12013701 or 8105800. OLE color: 8105800.
HSL color Cylindrical-coordinate representation of color #48AF7B: hue angle of 149.71º 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 #48AF7B is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 175 | 123 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.31 |
| HSL | 149.71º | 0.42% | 0.48% | - |
| HSV(B) | 149.71º | 0.59% | 0.69% | - |
| XYZ | 21.58 | 33.47 | 24.06 | - |
| YUV | 138.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 175 | 123 | 0.59 | 0 | 0.30 | 0.31 | 149.71 | 0.42 | 0.48 |
| Hex | 48 | AF | 7B | 3B | 0 | 1E | 1F | 96 | 2A | 30 |
| Octal | 110 | 257 | 173 | 73 | 0 | 36 | 37 | 226 | 52 | 60 |
| Binary | 1001000 | 10101111 | 1111011 | 111011 | 0 | 11110 | 11111 | 10010110 | 101010 | 110000 |
Color Harmonies of #48AF7B
Complementary color
Monochromatic Colors of #48AF7B
Black with #48AF7B
Text Example
Text Example
White with #48AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AF7B; }
p { color: rgb(72,175,123); }
H1.HeaderClassName
{
color: #48AF7B;
}
.AnyTagClassName
{
color: #48AF7B;
}
</style>
background-color css
<style>
a { background-color: #48AF7B; }
a { background-color: rgb(72,175,123); }
div.DivClassName
{
background-color: #48AF7B;
}
.BgClassName
{
background-color: #48AF7B;
}
</style>
border-color css
<style>
span { border-color: #48AF7B; }
span { border-color: rgb(72,175,123); }
td.TdClassName
{
border-color: #48AF7B;
}
.TagClassName
{
border-color: #48AF7B;
}
</style>