#48A878

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

Shades of Ocean Green #48A878

Tints of Ocean Green #48A878

Color information

#48A878 (or 0x48A878) is unknown color: approx Ocean Green. HEX triplet: 48, A8 and 78. RGB value is (72,168,120). Sum of RGB (Red+Green+Blue) = 72+168+120=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #48A878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A878 is #B75787. Grayscale: #858585. Windows color (decimal): -12015496 or 7907400. OLE color: 7907400.

HSL color Cylindrical-coordinate representation of color #48A878: hue angle of 150º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A878 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB72168120-
CMYK0.5700.290.34
HSL150º40%47.06%-
HSV(B)150º57.14%65.88%-
XYZ20.0730.7422.64-
YUV133.82120.283.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 168 (66.02% from 255) = 46.67%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=20%
G=46.67%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721681200.5700.290.341504047.06
Hex48A8783901D2296282f
Octal11025017071035422265057
Binary100100010101000111100011100101110110001010010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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