#48B27A

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

Shades of Ocean Green #48B27A

Tints of Ocean Green #48B27A

Color information

#48B27A (or 0x48B27A) is unknown color: approx Ocean Green. HEX triplet: 48, B2 and 7A. RGB value is (72,178,122). Sum of RGB (Red+Green+Blue) = 72+178+122=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #48B27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B27A is #B74D85. Grayscale: #8C8C8C. Windows color (decimal): -12012934 or 8041032. OLE color: 8041032.

HSL color Cylindrical-coordinate representation of color #48B27A: hue angle of 148.3º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B27A is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB72178122-
CMYK0.6000.310.30
HSL148.3º42.4%49.02%-
HSV(B)148.3º59.55%69.8%-
XYZ22.1134.6223.93-
YUV139.92117.8879.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 178 (69.92% from 255) = 47.85%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=19.35%
G=47.85%
B=32.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781220.6000.310.30148.342.449.02
Hex48B27A3C01F1E942a31
Octal11026217274037362245261
Binary10010001011001011110101111000111111111010010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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