#5BB47C

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

Shades of Ocean Green #5BB47C

Tints of Ocean Green #5BB47C

Color information

#5BB47C (or 0x5BB47C) is unknown color: approx Ocean Green. HEX triplet: 5B, B4 and 7C. RGB value is (91,180,124). Sum of RGB (Red+Green+Blue) = 91+180+124=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB47C is #A44B83. Grayscale: #939393. Windows color (decimal): -10767236 or 8172635. OLE color: 8172635.

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

Color convert

RGB91180124-
CMYK0.4900.310.29
HSL142.25º37.24%53.14%-
HSV(B)142.25º49.44%70.59%-
XYZ24.2736.3224.8-
YUV147115.0188.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=23.04%
G=45.57%
B=31.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801240.4900.310.29142.2537.2453.14
Hex5BB47C3101F1D8e2535
Octal13326417461037352164565
Binary10110111011010011111001100010111111110110001110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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