#48AA79

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

Shades of Ocean Green #48AA79

Tints of Ocean Green #48AA79

Color information

#48AA79 (or 0x48AA79) is unknown color: approx Ocean Green. HEX triplet: 48, AA and 79. RGB value is (72,170,121). Sum of RGB (Red+Green+Blue) = 72+170+121=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA79 is #B75586. Grayscale: #878787. Windows color (decimal): -12014983 or 7973448. OLE color: 7973448.

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

Color convert

RGB72170121-
CMYK0.5800.290.33
HSL150º40.5%47.45%-
HSV(B)150º57.65%66.67%-
XYZ20.531.5123.09-
YUV135.11120.0382.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=19.83%
G=46.83%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701210.5800.290.3315040.547.45
Hex48AA793A01D2196282f
Octal11025217172035412265057
Binary100100010101010111100111101001110110000110010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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