#48AE6A

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

Shades of Ocean Green #48AE6A

Tints of Ocean Green #48AE6A

Color information

#48AE6A (or 0x48AE6A) is unknown color: approx Ocean Green. HEX triplet: 48, AE and 6A. RGB value is (72,174,106). Sum of RGB (Red+Green+Blue) = 72+174+106=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE6A is #B75195. Grayscale: #878787. Windows color (decimal): -12013974 or 6991432. OLE color: 6991432.

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

Color convert

RGB72174106-
CMYK0.5900.390.32
HSL140º41.46%48.24%-
HSV(B)140º58.62%68.24%-
XYZ20.4132.6918.87-
YUV135.75111.2182.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=20.45%
G=49.43%
B=30.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741060.5900.390.3214041.4648.24
Hex48AE6A3B027208c2930
Octal11025615273047402145160
Binary1001000101011101101010111011010011110000010001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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