#5BA57E

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

Shades of Ocean Green #5BA57E

Tints of Ocean Green #5BA57E

Color information

#5BA57E (or 0x5BA57E) is unknown color: approx Ocean Green. HEX triplet: 5B, A5 and 7E. RGB value is (91,165,126). Sum of RGB (Red+Green+Blue) = 91+165+126=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA57E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA57E is #A45A81. Grayscale: #8A8A8A. Windows color (decimal): -10771074 or 8299867. OLE color: 8299867.

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

Color convert

RGB91165126-
CMYK0.4500.240.35
HSL148.38º29.13%50.2%-
HSV(B)148.38º44.85%64.71%-
XYZ21.5430.6424.52-
YUV138.43120.9894.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.82%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=23.82%
G=43.19%
B=32.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651260.4500.240.35148.3829.1350.2
Hex5BA57E2D01823941d32
Octal13324517655030432243562
Binary10110111010010111111101011010110001000111001010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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