#5BAB7F

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

Shades of Ocean Green #5BAB7F

Tints of Ocean Green #5BAB7F

Color information

#5BAB7F (or 0x5BAB7F) is unknown color: approx Ocean Green. HEX triplet: 5B, AB and 7F. RGB value is (91,171,127). Sum of RGB (Red+Green+Blue) = 91+171+127=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB7F is #A45480. Grayscale: #8E8E8E. Windows color (decimal): -10769537 or 8366939. OLE color: 8366939.

HSL color Cylindrical-coordinate representation of color #5BAB7F: hue angle of 147º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB7F is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB91171127-
CMYK0.4700.260.33
HSL147º32.26%51.37%-
HSV(B)147º46.78%67.06%-
XYZ22.7132.8825.23-
YUV142.06119.591.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.39%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 127 (50% from 255) = 32.65%
R=23.39%
G=43.96%
B=32.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711270.4700.260.3314732.2651.37
Hex5BAB7F2F01A21932033
Octal13325317757032412234063
Binary101101110101011111111110111101101010000110010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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