#48B57F

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

Shades of Ocean Green #48B57F

Tints of Ocean Green #48B57F

Color information

#48B57F (or 0x48B57F) is unknown color: approx Ocean Green. HEX triplet: 48, B5 and 7F. RGB value is (72,181,127). Sum of RGB (Red+Green+Blue) = 72+181+127=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #48B57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B57F is #B74A80. Grayscale: #8E8E8E. Windows color (decimal): -12012161 or 8369480. OLE color: 8369480.

HSL color Cylindrical-coordinate representation of color #48B57F: hue angle of 150.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B57F is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB72181127-
CMYK0.6000.300.29
HSL150.28º43.08%49.61%-
HSV(B)150.28º60.22%70.98%-
XYZ23.0335.9625.81-
YUV142.25119.3977.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 181 (71.09% from 255) = 47.63%
BLUE value IS 127 (50% from 255) = 33.42%
R=18.95%
G=47.63%
B=33.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811270.6000.300.29150.2843.0849.61
Hex48B57F3C01E1D962b32
Octal11026517774036352265362
Binary10010001011010111111111111000111101110110010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,127); }

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

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

 a { background-color: rgb(72,181,127); }

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

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

 span { border-color: rgb(72,181,127); }

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