#48AE80

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

Shades of Ocean Green #48AE80

Tints of Ocean Green #48AE80

Color information

#48AE80 (or 0x48AE80) is unknown color: approx Ocean Green. HEX triplet: 48, AE and 80. RGB value is (72,174,128). Sum of RGB (Red+Green+Blue) = 72+174+128=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AE80 is #B7517F. Grayscale: #8A8A8A. Windows color (decimal): -12013952 or 8433224. OLE color: 8433224.

HSL color Cylindrical-coordinate representation of color #48AE80: hue angle of 152.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AE80 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB72174128-
CMYK0.5900.260.32
HSL152.94º41.46%48.24%-
HSV(B)152.94º58.62%68.24%-
XYZ21.733.2125.69-
YUV138.26122.2180.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=19.25%
G=46.52%
B=34.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741280.5900.260.32152.9441.4648.24
Hex48AE803B01A20992930
Octal11025620073032402315160
Binary1001000101011101000000011101101101010000010011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,174,128); }

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

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

 a { background-color: rgb(72,174,128); }

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

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

 span { border-color: rgb(72,174,128); }

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