#126E66

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

Shades of Blue Stone #126E66

Tints of Blue Stone #126E66

Color information

#126E66 (or 0x126E66) is unknown color: approx Blue Stone. HEX triplet: 12, 6E and 66. RGB value is (18,110,102). Sum of RGB (Red+Green+Blue) = 18+110+102=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #126E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E66 is #ED9199. Grayscale: #515151. Windows color (decimal): -15569306 or 6712850. OLE color: 6712850.

HSL color Cylindrical-coordinate representation of color #126E66: hue angle of 174.78º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E66 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB18110102-
CMYK0.8400.070.57
HSL174.78º71.88%25.1%-
HSV(B)174.78º83.64%43.14%-
XYZ8.2212.2414.5-
YUV81.58139.5282.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 110 (43.36% from 255) = 47.83%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=7.83%
G=47.83%
B=44.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181101020.8400.070.57174.7871.8825.1
Hex126E66540739af4819
Octal22156146124077125711031
Binary10010110111011001101010100011111100110101111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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