#48A178

Color #48A178 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #48A178

Tints of Ocean Green #48A178

Color information

#48A178 (or 0x48A178) is unknown color: approx Ocean Green. HEX triplet: 48, A1 and 78. RGB value is (72,161,120). Sum of RGB (Red+Green+Blue) = 72+161+120=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #48A178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A178 is #B75E87. Grayscale: #818181. Windows color (decimal): -12017288 or 7905608. OLE color: 7905608.

HSL color Cylindrical-coordinate representation of color #48A178: hue angle of 152.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A178 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB72161120-
CMYK0.5500.250.37
HSL152.36º38.2%45.69%-
HSV(B)152.36º55.28%63.14%-
XYZ18.8128.2222.23-
YUV129.72122.5186.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=20.40%
G=45.61%
B=33.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721611200.5500.250.37152.3638.245.69
Hex48A178370192598262e
Octal11024117067031452304656
Binary100100010100001111100011011101100110010110011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A178; }

 p { color: rgb(72,161,120); }

 H1.HeaderClassName
 {
   color: #48A178;
 }
 .AnyTagClassName
 {
   color: #48A178;
 }
</style>
background-color css

<style>
 a { background-color: #48A178; }

 a { background-color: rgb(72,161,120); }

 div.DivClassName
 {
   background-color: #48A178;
 }
 .BgClassName
 {
   background-color: #48A178;
 }
</style>
border-color css

<style>
 span { border-color: #48A178; }

 span { border-color: rgb(72,161,120); }

 td.TdClassName
 {
   border-color: #48A178;
 }
 .TagClassName
 {
   border-color: #48A178;
 }
</style>