#126856

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

Shades of Blue Stone #126856

Tints of Blue Stone #126856

Color information

#126856 (or 0x126856) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 56. RGB value is (18,104,86). Sum of RGB (Red+Green+Blue) = 18+104+86=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #126856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126856 is #ED97A9. Grayscale: #4C4C4C. Windows color (decimal): -15570858 or 5662738. OLE color: 5662738.

HSL color Cylindrical-coordinate representation of color #126856: hue angle of 167.44º degrees, saturation: 0.7, 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 #126856 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1810486-
CMYK0.8300.170.59
HSL167.44º70.49%23.92%-
HSV(B)167.44º82.69%40.78%-
XYZ6.8810.710.51-
YUV76.23133.5186.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=8.65%
G=50%
B=41.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104860.8300.170.59167.4470.4923.92
Hex126856530113Ba74618
Octal221501261230217324710630
Binary1001011010001010110101001101000111101110100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126856; }

 p { color: rgb(18,104,86); }

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

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

 a { background-color: rgb(18,104,86); }

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

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

 span { border-color: rgb(18,104,86); }

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