#126D5E

Color #126D5E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #126D5E

Tints of Blue Stone #126D5E

Color information

#126D5E (or 0x126D5E) is unknown color: approx Blue Stone. HEX triplet: 12, 6D and 5E. RGB value is (18,109,94). Sum of RGB (Red+Green+Blue) = 18+109+94=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #126D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D5E is #ED92A1. Grayscale: #505050. Windows color (decimal): -15569570 or 6188306. OLE color: 6188306.

HSL color Cylindrical-coordinate representation of color #126D5E: hue angle of 170.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D5E is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1810994-
CMYK0.8300.140.57
HSL170.11º71.65%24.9%-
HSV(B)170.11º83.49%42.75%-
XYZ7.7411.8712.47-
YUV80.08135.8583.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 109 (42.97% from 255) = 49.32%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=8.14%
G=49.32%
B=42.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109940.8300.140.57170.1171.6524.9
Hex126D5E530E39aa4819
Octal221551361230167125211031
Binary100101101101101111010100110111011100110101010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126D5E; }

 p { color: rgb(18,109,94); }

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

<style>
 a { background-color: #126D5E; }

 a { background-color: rgb(18,109,94); }

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

<style>
 span { border-color: #126D5E; }

 span { border-color: rgb(18,109,94); }

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