#126156

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

Shades of Blue Stone #126156

Tints of Blue Stone #126156

Color information

#126156 (or 0x126156) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 56. RGB value is (18,97,86). Sum of RGB (Red+Green+Blue) = 18+97+86=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #126156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126156 is #ED9EA9. Grayscale: #484848. Windows color (decimal): -15572650 or 5660946. OLE color: 5660946.

HSL color Cylindrical-coordinate representation of color #126156: hue angle of 171.65º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126156 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB189786-
CMYK0.8100.110.62
HSL171.65º68.7%22.55%-
HSV(B)171.65º81.44%38.04%-
XYZ6.29.3510.28-
YUV72.12135.8389.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=8.96%
G=48.26%
B=42.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897860.8100.110.62171.6568.722.55
Hex126156510B3Eac4517
Octal221411261210137625410527
Binary100101100001101011010100010101111111010101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126156; }

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

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

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

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

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

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

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

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