#126E71

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

Shades of Blue Stone #126E71

Tints of Blue Stone #126E71

Color information

#126E71 (or 0x126E71) is unknown color: approx Blue Stone. HEX triplet: 12, 6E and 71. RGB value is (18,110,113). Sum of RGB (Red+Green+Blue) = 18+110+113=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #126E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E71 is #ED918E. Grayscale: #525252. Windows color (decimal): -15569295 or 7433746. OLE color: 7433746.

HSL color Cylindrical-coordinate representation of color #126E71: hue angle of 181.89º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E71 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18110113-
CMYK0.840.0300.56
HSL181.89º72.52%25.69%-
HSV(B)181.89º84.07%44.31%-
XYZ8.8112.4717.57-
YUV82.83145.0281.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=7.47%
G=45.64%
B=46.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181101130.840.0300.56181.8972.5225.69
Hex126E71543038b6491a
Octal22156161124307026611132
Binary1001011011101110001101010011011100010110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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