#5BB47A

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

Shades of Ocean Green #5BB47A

Tints of Ocean Green #5BB47A

Color information

#5BB47A (or 0x5BB47A) is unknown color: approx Ocean Green. HEX triplet: 5B, B4 and 7A. RGB value is (91,180,122). Sum of RGB (Red+Green+Blue) = 91+180+122=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB47A is #A44B85. Grayscale: #929292. Windows color (decimal): -10767238 or 8041563. OLE color: 8041563.

HSL color Cylindrical-coordinate representation of color #5BB47A: hue angle of 140.9º 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 #5BB47A is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB91180122-
CMYK0.4900.320.29
HSL140.9º37.24%53.14%-
HSV(B)140.9º49.44%70.59%-
XYZ24.1536.2724.14-
YUV146.78114.0188.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.16%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=23.16%
G=45.80%
B=31.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801220.4900.320.29140.937.2453.14
Hex5BB47A310201D8d2535
Octal13326417261040352154565
Binary101101110110100111101011000101000001110110001101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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