#126C5D

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

Shades of Blue Stone #126C5D

Tints of Blue Stone #126C5D

Color information

#126C5D (or 0x126C5D) is unknown color: approx Blue Stone. HEX triplet: 12, 6C and 5D. RGB value is (18,108,93). Sum of RGB (Red+Green+Blue) = 18+108+93=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #126C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C5D is #ED93A2. Grayscale: #4F4F4F. Windows color (decimal): -15569827 or 6122514. OLE color: 6122514.

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

Color convert

RGB1810893-
CMYK0.8300.140.58
HSL170º71.43%24.71%-
HSV(B)170º83.33%42.35%-
XYZ7.5911.6412.2-
YUV79.38135.6884.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=8.22%
G=49.32%
B=42.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108930.8300.140.5817071.4324.71
Hex126C5D530E3Aaa4719
Octal221541351230167225210731
Binary100101101100101110110100110111011101010101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,93); }

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

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

 a { background-color: rgb(18,108,93); }

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

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

 span { border-color: rgb(18,108,93); }

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