#135E50

Color #135E50 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #135E50

Tints of Eden #135E50

Color information

#135E50 (or 0x135E50) is unknown color: approx Eden. HEX triplet: 13, 5E and 50. RGB value is (19,94,80). Sum of RGB (Red+Green+Blue) = 19+94+80=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #135E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E50 is #ECA1AF. Grayscale: #454545. Windows color (decimal): -15507888 or 5266963. OLE color: 5266963.

HSL color Cylindrical-coordinate representation of color #135E50: hue angle of 168.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E50 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB199480-
CMYK0.8000.150.63
HSL168.8º66.37%22.16%-
HSV(B)168.8º79.79%36.86%-
XYZ5.728.728.97-
YUV69.98133.6591.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 94 (37.11% from 255) = 48.70%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=9.84%
G=48.70%
B=41.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994800.8000.150.63168.866.3722.16
Hex135E50500F3Fa94216
Octal231361201200177725110226
Binary100111011110101000010100000111111111110101001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135E50; }

 p { color: rgb(19,94,80); }

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

<style>
 a { background-color: #135E50; }

 a { background-color: rgb(19,94,80); }

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

<style>
 span { border-color: #135E50; }

 span { border-color: rgb(19,94,80); }

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