#48B176

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

Shades of Ocean Green #48B176

Tints of Ocean Green #48B176

Color information

#48B176 (or 0x48B176) is unknown color: approx Ocean Green. HEX triplet: 48, B1 and 76. RGB value is (72,177,118). Sum of RGB (Red+Green+Blue) = 72+177+118=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #48B176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B176 is #B74E89. Grayscale: #8B8B8B. Windows color (decimal): -12013194 or 7778632. OLE color: 7778632.

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

Color convert

RGB72177118-
CMYK0.5900.330.31
HSL146.29º42.17%48.82%-
HSV(B)146.29º59.32%69.41%-
XYZ21.6634.1322.59-
YUV138.88116.2180.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 177 (69.53% from 255) = 48.23%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=19.62%
G=48.23%
B=32.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771180.5900.330.31146.2942.1748.82
Hex48B1763B0211F922a31
Octal11026116673041372225261
Binary100100010110001111011011101101000011111110010010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,177,118); }

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

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

 a { background-color: rgb(72,177,118); }

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

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

 span { border-color: rgb(72,177,118); }

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