#5B9B7A

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

Shades of Ocean Green #5B9B7A

Tints of Ocean Green #5B9B7A

Color information

#5B9B7A (or 0x5B9B7A) is unknown color: approx Ocean Green. HEX triplet: 5B, 9B and 7A. RGB value is (91,155,122). Sum of RGB (Red+Green+Blue) = 91+155+122=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B7A is #A46485. Grayscale: #848484. Windows color (decimal): -10773638 or 8035163. OLE color: 8035163.

HSL color Cylindrical-coordinate representation of color #5B9B7A: hue angle of 149.06º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9B7A is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB91155122-
CMYK0.4100.210.39
HSL149.06º26.02%48.24%-
HSV(B)149.06º41.29%60.78%-
XYZ19.5527.0722.61-
YUV132.1122.398.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=24.73%
G=42.12%
B=33.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal911551220.4100.210.39149.0626.0248.24
Hex5B9B7A2901527951a30
Octal13323317251025472253260
Binary10110111001101111110101010010101011001111001010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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