#5BA67A

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

Shades of Ocean Green #5BA67A

Tints of Ocean Green #5BA67A

Color information

#5BA67A (or 0x5BA67A) is unknown color: approx Ocean Green. HEX triplet: 5B, A6 and 7A. RGB value is (91,166,122). Sum of RGB (Red+Green+Blue) = 91+166+122=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA67A is #A45985. Grayscale: #8A8A8A. Windows color (decimal): -10770822 or 8037979. OLE color: 8037979.

HSL color Cylindrical-coordinate representation of color #5BA67A: hue angle of 144.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA67A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB91166122-
CMYK0.4500.270.35
HSL144.8º29.64%50.39%-
HSV(B)144.8º45.18%65.1%-
XYZ21.4630.923.25-
YUV138.56118.6594.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.01%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=24.01%
G=43.80%
B=32.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911661220.4500.270.35144.829.6450.39
Hex5BA67A2D01B23911e32
Octal13324617255033432213662
Binary10110111010011011110101011010110111000111001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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