#126F60

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

Shades of Blue Stone #126F60

Tints of Blue Stone #126F60

Color information

#126F60 (or 0x126F60) is unknown color: approx Blue Stone. HEX triplet: 12, 6F and 60. RGB value is (18,111,96). Sum of RGB (Red+Green+Blue) = 18+111+96=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #126F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F60 is #ED909F. Grayscale: #515151. Windows color (decimal): -15569056 or 6319890. OLE color: 6319890.

HSL color Cylindrical-coordinate representation of color #126F60: hue angle of 170.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F60 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1811196-
CMYK0.8400.140.56
HSL170.32º72.09%25.29%-
HSV(B)170.32º83.78%43.53%-
XYZ8.0512.3413.02-
YUV81.48136.1982.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=8%
G=49.33%
B=42.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111960.8400.140.56170.3272.0925.29
Hex126F60540E38aa4819
Octal221571401240167025211031
Binary100101101111110000010101000111011100010101010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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