#5BA475

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

Shades of Ocean Green #5BA475

Tints of Ocean Green #5BA475

Color information

#5BA475 (or 0x5BA475) is unknown color: approx Ocean Green. HEX triplet: 5B, A4 and 75. RGB value is (91,164,117). Sum of RGB (Red+Green+Blue) = 91+164+117=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA475 is #A45B8A. Grayscale: #888888. Windows color (decimal): -10771339 or 7709787. OLE color: 7709787.

HSL color Cylindrical-coordinate representation of color #5BA475: hue angle of 141.37º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA475 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB91164117-
CMYK0.4500.290.36
HSL141.37º28.63%50%-
HSV(B)141.37º44.51%64.31%-
XYZ20.830.0621.54-
YUV136.82116.8295.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.46%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=24.46%
G=44.09%
B=31.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641170.4500.290.36141.3728.6350
Hex5BA4752D01D248d1d32
Octal13324416555035442153562
Binary10110111010010011101011011010111011001001000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,164,117); }

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

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

 a { background-color: rgb(91,164,117); }

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

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

 span { border-color: rgb(91,164,117); }

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