#5BA376

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

Shades of Ocean Green #5BA376

Tints of Ocean Green #5BA376

Color information

#5BA376 (or 0x5BA376) is unknown color: approx Ocean Green. HEX triplet: 5B, A3 and 76. RGB value is (91,163,118). Sum of RGB (Red+Green+Blue) = 91+163+118=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA376 is #A45C89. Grayscale: #888888. Windows color (decimal): -10771594 or 7775067. OLE color: 7775067.

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

Color convert

RGB91163118-
CMYK0.4400.280.36
HSL142.5º28.35%49.8%-
HSV(B)142.5º44.17%63.92%-
XYZ20.6829.7321.79-
YUV136.34117.6595.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.46%
GREEN value IS 163 (64.06% from 255) = 43.82%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=24.46%
G=43.82%
B=31.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911631180.4400.280.36142.528.3549.8
Hex5BA3762C01C248e1c32
Octal13324316654034442163462
Binary10110111010001111101101011000111001001001000111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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