#48B47A

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

Shades of Ocean Green #48B47A

Tints of Ocean Green #48B47A

Color information

#48B47A (or 0x48B47A) is unknown color: approx Ocean Green. HEX triplet: 48, B4 and 7A. RGB value is (72,180,122). Sum of RGB (Red+Green+Blue) = 72+180+122=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #48B47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B47A is #B74B85. Grayscale: #8D8D8D. Windows color (decimal): -12012422 or 8041544. OLE color: 8041544.

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

Color convert

RGB72180122-
CMYK0.6000.320.29
HSL147.78º42.86%49.41%-
HSV(B)147.78º60%70.59%-
XYZ22.5135.4324.06-
YUV141.1117.2278.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=19.25%
G=48.13%
B=32.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801220.6000.320.29147.7842.8649.41
Hex48B47A3C0201D942b31
Octal11026417274040352245361
Binary100100010110100111101011110001000001110110010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,122); }

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

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

 a { background-color: rgb(72,180,122); }

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

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

 span { border-color: rgb(72,180,122); }

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