#126E61

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

Shades of Blue Stone #126E61

Tints of Blue Stone #126E61

Color information

#126E61 (or 0x126E61) is unknown color: approx Blue Stone. HEX triplet: 12, 6E and 61. RGB value is (18,110,97). Sum of RGB (Red+Green+Blue) = 18+110+97=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #126E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E61 is #ED919E. Grayscale: #505050. Windows color (decimal): -15569311 or 6385170. OLE color: 6385170.

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

Color convert

RGB1811097-
CMYK0.8400.120.57
HSL171.52º71.88%25.1%-
HSV(B)171.52º83.64%43.14%-
XYZ7.9812.1413.23-
YUV81.01137.0283.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=8%
G=48.89%
B=43.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110970.8400.120.57171.5271.8825.1
Hex126E61540C39ac4819
Octal221561411240147125411031
Binary100101101110110000110101000110011100110101100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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