#126D71

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

Shades of Blue Stone #126D71

Tints of Blue Stone #126D71

Color information

#126D71 (or 0x126D71) is unknown color: approx Blue Stone. HEX triplet: 12, 6D and 71. RGB value is (18,109,113). Sum of RGB (Red+Green+Blue) = 18+109+113=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #126D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D71 is #ED928E. Grayscale: #525252. Windows color (decimal): -15569551 or 7433490. OLE color: 7433490.

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

Color convert

RGB18109113-
CMYK0.840.0400.56
HSL182.53º72.52%25.69%-
HSV(B)182.53º84.07%44.31%-
XYZ8.712.2617.53-
YUV82.25145.3582.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=7.5%
G=45.42%
B=47.08%

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
Decimal181091130.840.0400.56182.5372.5225.69
Hex126D71544038b7491a
Octal22155161124407026711132
Binary10010110110111100011010100100011100010110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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