#5BB480

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

Shades of Ocean Green #5BB480

Tints of Ocean Green #5BB480

Color information

#5BB480 (or 0x5BB480) is unknown color: approx Ocean Green. HEX triplet: 5B, B4 and 80. RGB value is (91,180,128). Sum of RGB (Red+Green+Blue) = 91+180+128=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB480 is #A44B7F. Grayscale: #939393. Windows color (decimal): -10767232 or 8434779. OLE color: 8434779.

HSL color Cylindrical-coordinate representation of color #5BB480: hue angle of 144.94º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB480 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB91180128-
CMYK0.4900.290.29
HSL144.94º37.24%53.14%-
HSV(B)144.94º49.44%70.59%-
XYZ24.5336.4326.16-
YUV147.46117.0187.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.81%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=22.81%
G=45.11%
B=32.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801280.4900.290.29144.9437.2453.14
Hex5BB4803101D1D912535
Octal13326420061035352214565
Binary101101110110100100000001100010111011110110010001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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