#125B4F

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

Shades of Eden #125B4F

Tints of Eden #125B4F

Color information

#125B4F (or 0x125B4F) is unknown color: approx Eden. HEX triplet: 12, 5B and 4F. RGB value is (18,91,79). Sum of RGB (Red+Green+Blue) = 18+91+79=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B4F is #EDA4B0. Grayscale: #434343. Windows color (decimal): -15574193 or 5200658. OLE color: 5200658.

HSL color Cylindrical-coordinate representation of color #125B4F: hue angle of 170.14º 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 #125B4F is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB189179-
CMYK0.8000.130.64
HSL170.14º66.97%21.37%-
HSV(B)170.14º80.22%35.69%-
XYZ5.48.188.69-
YUV67.8134.3292.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 91 (35.94% from 255) = 48.40%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=9.57%
G=48.40%
B=42.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891790.8000.130.64170.1466.9721.37
Hex125B4F500D40aa4315
Octal2213311712001510025210325
Binary1001010110111001111101000001101100000010101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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