#126155

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

Shades of Blue Stone #126155

Tints of Blue Stone #126155

Color information

#126155 (or 0x126155) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 55. RGB value is (18,97,85). Sum of RGB (Red+Green+Blue) = 18+97+85=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #126155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126155 is #ED9EAA. Grayscale: #474747. Windows color (decimal): -15572651 or 5595410. OLE color: 5595410.

HSL color Cylindrical-coordinate representation of color #126155: hue angle of 170.89º 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 #126155 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB189785-
CMYK0.8100.120.62
HSL170.89º68.7%22.55%-
HSV(B)170.89º81.44%38.04%-
XYZ6.169.3310.07-
YUV72.01135.3389.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=9%
G=48.5%
B=42.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897850.8100.120.62170.8968.722.55
Hex126155510C3Eab4517
Octal221411251210147625310527
Binary100101100001101010110100010110011111010101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126155; }

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

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

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

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

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

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

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

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