#126C60

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

Shades of Blue Stone #126C60

Tints of Blue Stone #126C60

Color information

#126C60 (or 0x126C60) is unknown color: approx Blue Stone. HEX triplet: 12, 6C and 60. RGB value is (18,108,96). Sum of RGB (Red+Green+Blue) = 18+108+96=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #126C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C60 is #ED939F. Grayscale: #4F4F4F. Windows color (decimal): -15569824 or 6319122. OLE color: 6319122.

HSL color Cylindrical-coordinate representation of color #126C60: hue angle of 172º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C60 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1810896-
CMYK0.8300.110.58
HSL172º71.43%24.71%-
HSV(B)172º83.33%42.35%-
XYZ7.7211.712.92-
YUV79.72137.1883.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=8.11%
G=48.65%
B=43.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108960.8300.110.5817271.4324.71
Hex126C60530B3Aac4719
Octal221541401230137225410731
Binary100101101100110000010100110101111101010101100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126C60; }

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

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

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

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

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

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

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

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