#5BA87C

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

Shades of Ocean Green #5BA87C

Tints of Ocean Green #5BA87C

Color information

#5BA87C (or 0x5BA87C) is unknown color: approx Ocean Green. HEX triplet: 5B, A8 and 7C. RGB value is (91,168,124). Sum of RGB (Red+Green+Blue) = 91+168+124=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA87C is #A45783. Grayscale: #8C8C8C. Windows color (decimal): -10770308 or 8169563. OLE color: 8169563.

HSL color Cylindrical-coordinate representation of color #5BA87C: hue angle of 145.71º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA87C is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB91168124-
CMYK0.4600.260.34
HSL145.71º30.68%50.78%-
HSV(B)145.71º45.83%65.88%-
XYZ21.9631.6824.03-
YUV139.96118.9993.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=23.76%
G=43.86%
B=32.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal911681240.4600.260.34145.7130.6850.78
Hex5BA87C2E01A22921f33
Octal13325017456032422223763
Binary10110111010100011111001011100110101000101001001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,124); }

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

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

 a { background-color: rgb(91,168,124); }

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

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

 span { border-color: rgb(91,168,124); }

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