#5EA480

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

Shades of Ocean Green #5EA480

Tints of Ocean Green #5EA480

Color information

#5EA480 (or 0x5EA480) is unknown color: approx Ocean Green. HEX triplet: 5E, A4 and 80. RGB value is (94,164,128). Sum of RGB (Red+Green+Blue) = 94+164+128=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA480 is #A15B7F. Grayscale: #8B8B8B. Windows color (decimal): -10574720 or 8430686. OLE color: 8430686.

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

Color convert

RGB94164128-
CMYK0.4300.220.36
HSL149.14º27.78%50.59%-
HSV(B)149.14º42.68%64.31%-
XYZ21.7930.4925.16-
YUV138.97121.8195.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=24.35%
G=42.49%
B=33.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941641280.4300.220.36149.1427.7850.59
Hex5EA4802B01624951c33
Octal13624420053026442253463
Binary101111010100100100000001010110101101001001001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,128); }

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

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

 a { background-color: rgb(94,164,128); }

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

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

 span { border-color: rgb(94,164,128); }

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