#48B26E

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

Shades of Ocean Green #48B26E

Tints of Ocean Green #48B26E

Color information

#48B26E (or 0x48B26E) is unknown color: approx Ocean Green. HEX triplet: 48, B2 and 6E. RGB value is (72,178,110). Sum of RGB (Red+Green+Blue) = 72+178+110=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #48B26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B26E is #B74D91. Grayscale: #8A8A8A. Windows color (decimal): -12012946 or 7254600. OLE color: 7254600.

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

Color convert

RGB72178110-
CMYK0.6000.380.30
HSL141.51º42.4%49.02%-
HSV(B)141.51º59.55%69.8%-
XYZ21.4134.3420.25-
YUV138.55111.8880.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 178 (69.92% from 255) = 49.44%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=20%
G=49.44%
B=30.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781100.6000.380.30141.5142.449.02
Hex48B26E3C0261E8e2a31
Octal11026215674046362165261
Binary100100010110010110111011110001001101111010001110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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