#5BA380

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

Shades of Ocean Green #5BA380

Tints of Ocean Green #5BA380

Color information

#5BA380 (or 0x5BA380) is unknown color: approx Ocean Green. HEX triplet: 5B, A3 and 80. RGB value is (91,163,128). Sum of RGB (Red+Green+Blue) = 91+163+128=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA380 is #A45C7F. Grayscale: #898989. Windows color (decimal): -10771584 or 8430427. OLE color: 8430427.

HSL color Cylindrical-coordinate representation of color #5BA380: hue angle of 150.83º 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 #5BA380 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB91163128-
CMYK0.4400.210.36
HSL150.83º28.35%49.8%-
HSV(B)150.83º44.17%63.92%-
XYZ21.3129.9825.09-
YUV137.48122.6594.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.82%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=23.82%
G=42.67%
B=33.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911631280.4400.210.36150.8328.3549.8
Hex5BA3802C01524971c32
Octal13324320054025442273462
Binary101101110100011100000001011000101011001001001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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