#126766

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

Shades of Blue Stone #126766

Tints of Blue Stone #126766

Color information

#126766 (or 0x126766) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 66. RGB value is (18,103,102). Sum of RGB (Red+Green+Blue) = 18+103+102=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #126766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126766 is #ED9899. Grayscale: #4D4D4D. Windows color (decimal): -15571098 or 6711058. OLE color: 6711058.

HSL color Cylindrical-coordinate representation of color #126766: hue angle of 179.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126766 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB18103102-
CMYK0.8300.010.60
HSL179.29º70.25%23.73%-
HSV(B)179.29º82.52%40.39%-
XYZ7.510.7914.26-
YUV77.47141.8485.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=8.07%
G=46.19%
B=45.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal181031020.8300.010.60179.2970.2523.73
Hex12676653013Cb34618
Octal22147146123017426310630
Binary100101100111110011010100110111110010110011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126766; }

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

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

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

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

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

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

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

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