#48AE79

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

Shades of Ocean Green #48AE79

Tints of Ocean Green #48AE79

Color information

#48AE79 (or 0x48AE79) is unknown color: approx Ocean Green. HEX triplet: 48, AE and 79. RGB value is (72,174,121). Sum of RGB (Red+Green+Blue) = 72+174+121=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE79 is #B75186. Grayscale: #898989. Windows color (decimal): -12013959 or 7974472. OLE color: 7974472.

HSL color Cylindrical-coordinate representation of color #48AE79: hue angle of 148.82º 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 #48AE79 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB72174121-
CMYK0.5900.300.32
HSL148.82º41.46%48.24%-
HSV(B)148.82º58.62%68.24%-
XYZ21.2633.0323.34-
YUV137.46118.7181.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=19.62%
G=47.41%
B=32.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741210.5900.300.32148.8241.4648.24
Hex48AE793B01E20952930
Octal11025617173036402255160
Binary100100010101110111100111101101111010000010010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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