#126A5B

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

Shades of Blue Stone #126A5B

Tints of Blue Stone #126A5B

Color information

#126A5B (or 0x126A5B) is unknown color: approx Blue Stone. HEX triplet: 12, 6A and 5B. RGB value is (18,106,91). Sum of RGB (Red+Green+Blue) = 18+106+91=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #126A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A5B is #ED95A4. Grayscale: #4D4D4D. Windows color (decimal): -15570341 or 5990930. OLE color: 5990930.

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

Color convert

RGB1810691-
CMYK0.8300.140.58
HSL169.77º70.97%24.31%-
HSV(B)169.77º83.02%41.57%-
XYZ7.2911.1911.67-
YUV77.98135.3585.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 106 (41.80% from 255) = 49.30%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=8.37%
G=49.30%
B=42.33%

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
Decimal18106910.8300.140.58169.7770.9724.31
Hex126A5B530E3Aaa4718
Octal221521331230167225210730
Binary100101101010101101110100110111011101010101010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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