#126160

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

Shades of Blue Stone #126160

Tints of Blue Stone #126160

Color information

#126160 (or 0x126160) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 60. RGB value is (18,97,96). Sum of RGB (Red+Green+Blue) = 18+97+96=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #126160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126160 is #ED9E9F. Grayscale: #494949. Windows color (decimal): -15572640 or 6316306. OLE color: 6316306.

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

Color convert

RGB189796-
CMYK0.8100.010.62
HSL179.24º68.7%22.55%-
HSV(B)179.24º81.44%38.04%-
XYZ6.649.5212.55-
YUV73.26140.8388.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=8.53%
G=45.97%
B=45.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897960.8100.010.62179.2468.722.55
Hex12616051013Eb34517
Octal22141140121017626310527
Binary100101100001110000010100010111111010110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126160; }

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

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

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

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

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

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

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

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