#5BA57B

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

Shades of Ocean Green #5BA57B

Tints of Ocean Green #5BA57B

Color information

#5BA57B (or 0x5BA57B) is unknown color: approx Ocean Green. HEX triplet: 5B, A5 and 7B. RGB value is (91,165,123). Sum of RGB (Red+Green+Blue) = 91+165+123=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA57B is #A45A84. Grayscale: #8A8A8A. Windows color (decimal): -10771077 or 8103259. OLE color: 8103259.

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

Color convert

RGB91165123-
CMYK0.4500.250.35
HSL145.95º29.13%50.2%-
HSV(B)145.95º44.85%64.71%-
XYZ21.3430.5623.51-
YUV138.09119.4894.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.01%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=24.01%
G=43.54%
B=32.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651230.4500.250.35145.9529.1350.2
Hex5BA57B2D01923921d32
Octal13324517355031432223562
Binary10110111010010111110111011010110011000111001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,123); }

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

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

 a { background-color: rgb(91,165,123); }

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

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

 span { border-color: rgb(91,165,123); }

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