#5EA170

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

Shades of Oxley #5EA170

Tints of Oxley #5EA170

Color information

#5EA170 (or 0x5EA170) is unknown color: approx Oxley. HEX triplet: 5E, A1 and 70. RGB value is (94,161,112). Sum of RGB (Red+Green+Blue) = 94+161+112=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA170 is #A15E8F. Grayscale: #878787. Windows color (decimal): -10575504 or 7381342. OLE color: 7381342.

HSL color Cylindrical-coordinate representation of color #5EA170: hue angle of 136.12º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA170 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB94161112-
CMYK0.4200.300.37
HSL136.12º26.27%50%-
HSV(B)136.12º41.61%63.14%-
XYZ20.2929.0419.87-
YUV135.38114.898.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=25.61%
G=43.87%
B=30.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal941611120.4200.300.37136.1226.2750
Hex5EA1702A01E25881a32
Octal13624116052036452103262
Binary10111101010000111100001010100111101001011000100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,161,112); }

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

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

 a { background-color: rgb(94,161,112); }

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

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

 span { border-color: rgb(94,161,112); }

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