#5EA57E

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

Shades of Ocean Green #5EA57E

Tints of Ocean Green #5EA57E

Color information

#5EA57E (or 0x5EA57E) is unknown color: approx Ocean Green. HEX triplet: 5E, A5 and 7E. RGB value is (94,165,126). Sum of RGB (Red+Green+Blue) = 94+165+126=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA57E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA57E is #A15A81. Grayscale: #8B8B8B. Windows color (decimal): -10574466 or 8299870. OLE color: 8299870.

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

Color convert

RGB94165126-
CMYK0.4300.240.35
HSL147.04º28.29%50.78%-
HSV(B)147.04º43.03%64.71%-
XYZ21.8430.824.53-
YUV139.32120.4895.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=24.42%
G=42.86%
B=32.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651260.4300.240.35147.0428.2950.78
Hex5EA57E2B01823931c33
Octal13624517653030432233463
Binary10111101010010111111101010110110001000111001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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