#125B4E

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

Shades of Eden #125B4E

Tints of Eden #125B4E

Color information

#125B4E (or 0x125B4E) is unknown color: approx Eden. HEX triplet: 12, 5B and 4E. RGB value is (18,91,78). Sum of RGB (Red+Green+Blue) = 18+91+78=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B4E is #EDA4B1. Grayscale: #434343. Windows color (decimal): -15574194 or 5135122. OLE color: 5135122.

HSL color Cylindrical-coordinate representation of color #125B4E: hue angle of 169.32º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B4E is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB189178-
CMYK0.8000.140.64
HSL169.32º66.97%21.37%-
HSV(B)169.32º80.22%35.69%-
XYZ5.378.168.5-
YUV67.69133.8292.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 91 (35.94% from 255) = 48.66%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=9.63%
G=48.66%
B=41.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891780.8000.140.64169.3266.9721.37
Hex125B4E500E40a94315
Octal2213311612001610025110325
Binary1001010110111001110101000001110100000010101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B4E; }

 p { color: rgb(18,91,78); }

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

<style>
 a { background-color: #125B4E; }

 a { background-color: rgb(18,91,78); }

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

<style>
 span { border-color: #125B4E; }

 span { border-color: rgb(18,91,78); }

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