#48B17C

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

Shades of Ocean Green #48B17C

Tints of Ocean Green #48B17C

Color information

#48B17C (or 0x48B17C) is unknown color: approx Ocean Green. HEX triplet: 48, B1 and 7C. RGB value is (72,177,124). Sum of RGB (Red+Green+Blue) = 72+177+124=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #48B17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B17C is #B74E83. Grayscale: #8B8B8B. Windows color (decimal): -12013188 or 8171848. OLE color: 8171848.

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

Color convert

RGB72177124-
CMYK0.5900.300.31
HSL149.71º42.17%48.82%-
HSV(B)149.71º59.32%69.41%-
XYZ22.0334.2824.52-
YUV139.56119.2179.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=19.30%
G=47.45%
B=33.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771240.5900.300.31149.7142.1748.82
Hex48B17C3B01E1F962a31
Octal11026117473036372265261
Binary10010001011000111111001110110111101111110010110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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