#126A6C

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

Shades of Blue Stone #126A6C

Tints of Blue Stone #126A6C

Color information

#126A6C (or 0x126A6C) is unknown color: approx Blue Stone. HEX triplet: 12, 6A and 6C. RGB value is (18,106,108). Sum of RGB (Red+Green+Blue) = 18+106+108=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #126A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A6C is #ED9593. Grayscale: #4F4F4F. Windows color (decimal): -15570324 or 7105042. OLE color: 7105042.

HSL color Cylindrical-coordinate representation of color #126A6C: hue angle of 181.33º 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 #126A6C is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB18106108-
CMYK0.830.0200.58
HSL181.33º71.43%24.71%-
HSV(B)181.33º83.33%42.35%-
XYZ8.1111.5215.98-
YUV79.92143.8583.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=7.76%
G=45.69%
B=46.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal181061080.830.0200.58181.3371.4324.71
Hex126A6C53203Ab54719
Octal22152154123207226510731
Binary1001011010101101100101001110011101010110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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