#5BAB7A

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

Shades of Ocean Green #5BAB7A

Tints of Ocean Green #5BAB7A

Color information

#5BAB7A (or 0x5BAB7A) is unknown color: approx Ocean Green. HEX triplet: 5B, AB and 7A. RGB value is (91,171,122). Sum of RGB (Red+Green+Blue) = 91+171+122=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB7A is #A45485. Grayscale: #8D8D8D. Windows color (decimal): -10769542 or 8039259. OLE color: 8039259.

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

Color convert

RGB91171122-
CMYK0.4700.290.33
HSL143.25º32.26%51.37%-
HSV(B)143.25º46.78%67.06%-
XYZ22.3932.7623.55-
YUV141.4911791.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=23.70%
G=44.53%
B=31.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711220.4700.290.33143.2532.2651.37
Hex5BAB7A2F01D218f2033
Octal13325317257035412174063
Binary101101110101011111101010111101110110000110001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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