#5BA37F

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

Shades of Ocean Green #5BA37F

Tints of Ocean Green #5BA37F

Color information

#5BA37F (or 0x5BA37F) is unknown color: approx Ocean Green. HEX triplet: 5B, A3 and 7F. RGB value is (91,163,127). Sum of RGB (Red+Green+Blue) = 91+163+127=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA37F is #A45C80. Grayscale: #898989. Windows color (decimal): -10771585 or 8364891. OLE color: 8364891.

HSL color Cylindrical-coordinate representation of color #5BA37F: hue angle of 150º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA37F is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB91163127-
CMYK0.4400.220.36
HSL150º28.35%49.8%-
HSV(B)150º44.17%63.92%-
XYZ21.2429.9524.74-
YUV137.37122.1594.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 127 (50% from 255) = 33.33%
R=23.88%
G=42.78%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911631270.4400.220.3615028.3549.8
Hex5BA37F2C01624961c32
Octal13324317754026442263462
Binary10110111010001111111111011000101101001001001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA37F; }

 p { color: rgb(91,163,127); }

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

<style>
 a { background-color: #5BA37F; }

 a { background-color: rgb(91,163,127); }

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

<style>
 span { border-color: #5BA37F; }

 span { border-color: rgb(91,163,127); }

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