#126C71

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

Shades of Blue Stone #126C71

Tints of Blue Stone #126C71

Color information

#126C71 (or 0x126C71) is unknown color: approx Blue Stone. HEX triplet: 12, 6C and 71. RGB value is (18,108,113). Sum of RGB (Red+Green+Blue) = 18+108+113=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #126C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C71 is #ED938E. Grayscale: #515151. Windows color (decimal): -15569807 or 7433234. OLE color: 7433234.

HSL color Cylindrical-coordinate representation of color #126C71: hue angle of 183.16º 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 #126C71 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18108113-
CMYK0.840.0400.56
HSL183.16º72.52%25.69%-
HSV(B)183.16º84.07%44.31%-
XYZ8.5912.0517.5-
YUV81.66145.6882.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=7.53%
G=45.19%
B=47.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181081130.840.0400.56183.1672.5225.69
Hex126C71544038b7491a
Octal22154161124407026711132
Binary10010110110011100011010100100011100010110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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