#5BA674

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

Shades of Ocean Green #5BA674

Tints of Ocean Green #5BA674

Color information

#5BA674 (or 0x5BA674) is unknown color: approx Ocean Green. HEX triplet: 5B, A6 and 74. RGB value is (91,166,116). Sum of RGB (Red+Green+Blue) = 91+166+116=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA674 is #A4598B. Grayscale: #8A8A8A. Windows color (decimal): -10770828 or 7644763. OLE color: 7644763.

HSL color Cylindrical-coordinate representation of color #5BA674: hue angle of 140º 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 #5BA674 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB91166116-
CMYK0.4500.300.35
HSL140º29.64%50.39%-
HSV(B)140º45.18%65.1%-
XYZ21.130.7621.35-
YUV137.88115.6594.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.40%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=24.40%
G=44.50%
B=31.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911661160.4500.300.3514029.6450.39
Hex5BA6742D01E238c1e32
Octal13324616455036432143662
Binary10110111010011011101001011010111101000111000110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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