#48AE70

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

Shades of Ocean Green #48AE70

Tints of Ocean Green #48AE70

Color information

#48AE70 (or 0x48AE70) is unknown color: approx Ocean Green. HEX triplet: 48, AE and 70. RGB value is (72,174,112). Sum of RGB (Red+Green+Blue) = 72+174+112=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE70 is #B7518F. Grayscale: #888888. Windows color (decimal): -12013968 or 7384648. OLE color: 7384648.

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

Color convert

RGB72174112-
CMYK0.5900.360.32
HSL143.53º41.46%48.24%-
HSV(B)143.53º58.62%68.24%-
XYZ20.7332.8220.57-
YUV136.43114.2182.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 174 (68.36% from 255) = 48.60%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=20.11%
G=48.60%
B=31.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741120.5900.360.32143.5341.4648.24
Hex48AE703B02420902930
Octal11025616073044402205160
Binary1001000101011101110000111011010010010000010010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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