#5EA97A

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

Shades of Ocean Green #5EA97A

Tints of Ocean Green #5EA97A

Color information

#5EA97A (or 0x5EA97A) is unknown color: approx Ocean Green. HEX triplet: 5E, A9 and 7A. RGB value is (94,169,122). Sum of RGB (Red+Green+Blue) = 94+169+122=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA97A is #A15685. Grayscale: #8D8D8D. Windows color (decimal): -10573446 or 8038750. OLE color: 8038750.

HSL color Cylindrical-coordinate representation of color #5EA97A: hue angle of 142.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA97A is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB94169122-
CMYK0.4400.280.34
HSL142.4º30.36%51.57%-
HSV(B)142.4º44.38%66.27%-
XYZ22.3232.1623.44-
YUV141.22117.1594.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=24.42%
G=43.90%
B=31.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941691220.4400.280.34142.430.3651.57
Hex5EA97A2C01C228e1e34
Octal13625117254034422163664
Binary10111101010100111110101011000111001000101000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,169,122); }

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

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

 a { background-color: rgb(94,169,122); }

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

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

 span { border-color: rgb(94,169,122); }

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