#48B06D

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

Shades of Ocean Green #48B06D

Tints of Ocean Green #48B06D

Color information

#48B06D (or 0x48B06D) is unknown color: approx Ocean Green. HEX triplet: 48, B0 and 6D. RGB value is (72,176,109). Sum of RGB (Red+Green+Blue) = 72+176+109=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #48B06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B06D is #B74F92. Grayscale: #898989. Windows color (decimal): -12013459 or 7188552. OLE color: 7188552.

HSL color Cylindrical-coordinate representation of color #48B06D: hue angle of 141.35º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B06D is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB72176109-
CMYK0.5900.380.31
HSL141.35º41.94%48.63%-
HSV(B)141.35º59.09%69.02%-
XYZ20.9633.5319.84-
YUV137.27112.0481.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=20.17%
G=49.30%
B=30.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721761090.5900.380.31141.3541.9448.63
Hex48B06D3B0261F8d2a31
Octal11026015573046372155261
Binary100100010110000110110111101101001101111110001101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,176,109); }

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

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

 a { background-color: rgb(72,176,109); }

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

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

 span { border-color: rgb(72,176,109); }

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