#5bb280

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

Shades of Ocean Green #5BB280

Tints of Ocean Green #5BB280

Color information

#5BB280 (or 0x5BB280) is unknown color: approx Ocean Green. HEX triplet: 5B, B2 and 80. RGB value is (91,178,128). Sum of RGB (Red+Green+Blue) = 91+178+128=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB280 is #A44D7F. Grayscale: #929292. Windows color (decimal): -10767744 or 8434267. OLE color: 8434267.

HSL color Cylindrical-coordinate representation of color #5BB280: hue angle of 145.52º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB280 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB91178128-
CMYK0.4900.280.30
HSL145.52º36.1%52.75%-
HSV(B)145.52º48.88%69.8%-
XYZ24.1335.6226.03-
YUV146.29117.6888.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.92%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=22.92%
G=44.84%
B=32.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal911781280.4900.280.30145.5236.152.75
Hex5BB2803101C1E922435
Octal13326220061034362224465
Binary101101110110010100000001100010111001111010010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bb280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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