#126966

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

Shades of Blue Stone #126966

Tints of Blue Stone #126966

Color information

#126966 (or 0x126966) is unknown color: approx Blue Stone. HEX triplet: 12, 69 and 66. RGB value is (18,105,102). Sum of RGB (Red+Green+Blue) = 18+105+102=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #126966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126966 is #ED9699. Grayscale: #4E4E4E. Windows color (decimal): -15570586 or 6711570. OLE color: 6711570.

HSL color Cylindrical-coordinate representation of color #126966: hue angle of 177.93º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126966 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB18105102-
CMYK0.8300.030.59
HSL177.93º70.73%24.12%-
HSV(B)177.93º82.86%41.18%-
XYZ7.711.1914.32-
YUV78.64141.1884.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=8%
G=46.67%
B=45.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181051020.8300.030.59177.9370.7324.12
Hex12696653033Bb24718
Octal22151146123037326210730
Binary1001011010011100110101001101111101110110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126966; }

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

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

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

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

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

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

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

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