#5BB47F

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

Shades of Ocean Green #5BB47F

Tints of Ocean Green #5BB47F

Color information

#5BB47F (or 0x5BB47F) is unknown color: approx Ocean Green. HEX triplet: 5B, B4 and 7F. RGB value is (91,180,127). Sum of RGB (Red+Green+Blue) = 91+180+127=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB47F is #A44B80. Grayscale: #939393. Windows color (decimal): -10767233 or 8369243. OLE color: 8369243.

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

Color convert

RGB91180127-
CMYK0.4900.290.29
HSL144.27º37.24%53.14%-
HSV(B)144.27º49.44%70.59%-
XYZ24.4736.425.81-
YUV147.35116.5187.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.86%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 127 (50% from 255) = 31.91%
R=22.86%
G=45.23%
B=31.91%

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
Decimal911801270.4900.290.29144.2737.2453.14
Hex5BB47F3101D1D902535
Octal13326417761035352204565
Binary10110111011010011111111100010111011110110010000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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