#126C6F

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

Shades of Blue Stone #126C6F

Tints of Blue Stone #126C6F

Color information

#126C6F (or 0x126C6F) is unknown color: approx Blue Stone. HEX triplet: 12, 6C and 6F. RGB value is (18,108,111). Sum of RGB (Red+Green+Blue) = 18+108+111=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #126C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C6F is #ED9390. Grayscale: #515151. Windows color (decimal): -15569809 or 7302162. OLE color: 7302162.

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

Color convert

RGB18108111-
CMYK0.840.0300.56
HSL181.94º72.09%25.29%-
HSV(B)181.94º83.78%43.53%-
XYZ8.481216.91-
YUV81.43144.6882.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=7.59%
G=45.57%
B=46.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181081110.840.0300.56181.9472.0925.29
Hex126C6F543038b64819
Octal22154157124307026611031
Binary1001011011001101111101010011011100010110110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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