#5EAC80

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

Shades of Ocean Green #5EAC80

Tints of Ocean Green #5EAC80

Color information

#5EAC80 (or 0x5EAC80) is unknown color: approx Ocean Green. HEX triplet: 5E, AC and 80. RGB value is (94,172,128). Sum of RGB (Red+Green+Blue) = 94+172+128=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC80 is #A1537F. Grayscale: #8F8F8F. Windows color (decimal): -10572672 or 8432734. OLE color: 8432734.

HSL color Cylindrical-coordinate representation of color #5EAC80: hue angle of 146.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAC80 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB94172128-
CMYK0.4500.260.33
HSL146.15º31.97%52.16%-
HSV(B)146.15º45.35%67.45%-
XYZ23.2633.4425.65-
YUV143.66119.1692.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.86%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=23.86%
G=43.65%
B=32.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941721280.4500.260.33146.1531.9752.16
Hex5EAC802D01A21922034
Octal13625420055032412224064
Binary1011110101011001000000010110101101010000110010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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