#126E60

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

Shades of Blue Stone #126E60

Tints of Blue Stone #126E60

Color information

#126E60 (or 0x126E60) is unknown color: approx Blue Stone. HEX triplet: 12, 6E and 60. RGB value is (18,110,96). Sum of RGB (Red+Green+Blue) = 18+110+96=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #126E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E60 is #ED919F. Grayscale: #505050. Windows color (decimal): -15569312 or 6319634. OLE color: 6319634.

HSL color Cylindrical-coordinate representation of color #126E60: hue angle of 170.87º 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 #126E60 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1811096-
CMYK0.8400.130.57
HSL170.87º71.88%25.1%-
HSV(B)170.87º83.64%43.14%-
XYZ7.9412.1212.99-
YUV80.9136.5283.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=8.04%
G=49.11%
B=42.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110960.8400.130.57170.8771.8825.1
Hex126E60540D39ab4819
Octal221561401240157125311031
Binary100101101110110000010101000110111100110101011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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