Shades of Ocean Green #48A666
Tints of Ocean Green #48A666
RGB
CMYK
RGB Variations
Color information
#48A666 (or 0x48A666) is known color: Ocean Green. HEX triplet: 48, A6 and 66. RGB value is (72,166,102). Sum of RGB (Red+Green+Blue) = 72+166+102=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #48A666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A666 is #B75999. Grayscale: #828282. Windows color (decimal): -12016026 or 6727240. OLE color: 6727240.
HSL color Cylindrical-coordinate representation of color #48A666: hue angle of 139.15º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A666 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 166 | 102 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.35 |
| HSL | 139.15º | 0.39% | 0.47% | - |
| HSV(B) | 139.15º | 0.57% | 0.65% | - |
| XYZ | 18.71 | 29.61 | 17.3 | - |
| YUV | 130.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 166 | 102 | 0.57 | 0 | 0.39 | 0.35 | 139.15 | 0.39 | 0.47 |
| Hex | 48 | A6 | 66 | 39 | 0 | 27 | 23 | 8B | 27 | 2F |
| Octal | 110 | 246 | 146 | 71 | 0 | 47 | 43 | 213 | 47 | 57 |
| Binary | 1001000 | 10100110 | 1100110 | 111001 | 0 | 100111 | 100011 | 10001011 | 100111 | 101111 |
Color Harmonies of #48A666
Complementary color
Monochromatic Colors of #48A666
Black with #48A666
Text Example
Text Example
White with #48A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A666; }
p { color: rgb(72,166,102); }
H1.HeaderClassName
{
color: #48A666;
}
.AnyTagClassName
{
color: #48A666;
}
</style>
background-color css
<style>
a { background-color: #48A666; }
a { background-color: rgb(72,166,102); }
div.DivClassName
{
background-color: #48A666;
}
.BgClassName
{
background-color: #48A666;
}
</style>
border-color css
<style>
span { border-color: #48A666; }
span { border-color: rgb(72,166,102); }
td.TdClassName
{
border-color: #48A666;
}
.TagClassName
{
border-color: #48A666;
}
</style>