#126E5E

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

Shades of Blue Stone #126E5E

Tints of Blue Stone #126E5E

Color information

#126E5E (or 0x126E5E) is unknown color: approx Blue Stone. HEX triplet: 12, 6E and 5E. RGB value is (18,110,94). Sum of RGB (Red+Green+Blue) = 18+110+94=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #126E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E5E is #ED91A1. Grayscale: #505050. Windows color (decimal): -15569314 or 6188562. OLE color: 6188562.

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

Color convert

RGB1811094-
CMYK0.8400.150.57
HSL169.57º71.88%25.1%-
HSV(B)169.57º83.64%43.14%-
XYZ7.8512.0912.51-
YUV80.67135.5283.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 110 (43.36% from 255) = 49.55%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=8.11%
G=49.55%
B=42.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110940.8400.150.57169.5771.8825.1
Hex126E5E540F39aa4819
Octal221561361240177125211031
Binary100101101110101111010101000111111100110101010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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