#5BAA7A

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

Shades of Ocean Green #5BAA7A

Tints of Ocean Green #5BAA7A

Color information

#5BAA7A (or 0x5BAA7A) is unknown color: approx Ocean Green. HEX triplet: 5B, AA and 7A. RGB value is (91,170,122). Sum of RGB (Red+Green+Blue) = 91+170+122=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA7A is #A45585. Grayscale: #8D8D8D. Windows color (decimal): -10769798 or 8039003. OLE color: 8039003.

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

Color convert

RGB91170122-
CMYK0.4600.280.33
HSL143.54º31.73%51.18%-
HSV(B)143.54º46.47%66.67%-
XYZ22.232.3823.49-
YUV140.91117.3392.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=23.76%
G=44.39%
B=31.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911701220.4600.280.33143.5431.7351.18
Hex5BAA7A2E01C21902033
Octal13325217256034412204063
Binary101101110101010111101010111001110010000110010000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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