#5BA275

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

Shades of Ocean Green #5BA275

Tints of Ocean Green #5BA275

Color information

#5BA275 (or 0x5BA275) is unknown color: approx Ocean Green. HEX triplet: 5B, A2 and 75. RGB value is (91,162,117). Sum of RGB (Red+Green+Blue) = 91+162+117=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA275 is #A45D8A. Grayscale: #878787. Windows color (decimal): -10771851 or 7709275. OLE color: 7709275.

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

Color convert

RGB91162117-
CMYK0.4400.280.36
HSL141.97º28.06%49.61%-
HSV(B)141.97º43.83%63.53%-
XYZ20.4529.3521.42-
YUV135.64117.4896.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.59%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=24.59%
G=43.78%
B=31.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911621170.4400.280.36141.9728.0649.61
Hex5BA2752C01C248e1c32
Octal13324216554034442163462
Binary10110111010001011101011011000111001001001000111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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