#5B9E70

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

Shades of Ocean Green #5B9E70

Tints of Ocean Green #5B9E70

Color information

#5B9E70 (or 0x5B9E70) is unknown color: approx Ocean Green. HEX triplet: 5B, 9E and 70. RGB value is (91,158,112). Sum of RGB (Red+Green+Blue) = 91+158+112=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E70 is #A4618F. Grayscale: #848484. Windows color (decimal): -10772880 or 7380571. OLE color: 7380571.

HSL color Cylindrical-coordinate representation of color #5B9E70: hue angle of 138.81º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9E70 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB91158112-
CMYK0.4200.290.38
HSL138.81º26.91%48.82%-
HSV(B)138.81º42.41%61.96%-
XYZ19.4727.8519.68-
YUV132.72116.398.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=25.21%
G=43.77%
B=31.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911581120.4200.290.38138.8126.9148.82
Hex5B9E702A01D268b1b31
Octal13323616052035462133361
Binary10110111001111011100001010100111011001101000101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,158,112); }

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

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

 a { background-color: rgb(91,158,112); }

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

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

 span { border-color: rgb(91,158,112); }

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