#5AB280

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

Shades of Ocean Green #5AB280

Tints of Ocean Green #5AB280

Color information

#5AB280 (or 0x5AB280) is unknown color: approx Ocean Green. HEX triplet: 5A, B2 and 80. RGB value is (90,178,128). Sum of RGB (Red+Green+Blue) = 90+178+128=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB280 is #A54D7F. Grayscale: #929292. Windows color (decimal): -10833280 or 8434266. OLE color: 8434266.

HSL color Cylindrical-coordinate representation of color #5AB280: hue angle of 145.91º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB280 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB90178128-
CMYK0.4900.280.30
HSL145.91º36.36%52.55%-
HSV(B)145.91º49.44%69.8%-
XYZ24.0335.5726.02-
YUV145.99117.8588.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=22.73%
G=44.95%
B=32.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901781280.4900.280.30145.9136.3652.55
Hex5AB2803101C1E922435
Octal13226220061034362224465
Binary101101010110010100000001100010111001111010010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,178,128); }

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

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

 a { background-color: rgb(90,178,128); }

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

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

 span { border-color: rgb(90,178,128); }

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