#126E68

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

Shades of Blue Stone #126E68

Tints of Blue Stone #126E68

Color information

#126E68 (or 0x126E68) is unknown color: approx Blue Stone. HEX triplet: 12, 6E and 68. RGB value is (18,110,104). Sum of RGB (Red+Green+Blue) = 18+110+104=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #126E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E68 is #ED9197. Grayscale: #515151. Windows color (decimal): -15569304 or 6843922. OLE color: 6843922.

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

Color convert

RGB18110104-
CMYK0.8400.050.57
HSL176.09º71.88%25.1%-
HSV(B)176.09º83.64%43.14%-
XYZ8.3212.2815.03-
YUV81.81140.5282.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=7.76%
G=47.41%
B=44.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181101040.8400.050.57176.0971.8825.1
Hex126E68540539b04819
Octal22156150124057126011031
Binary10010110111011010001010100010111100110110000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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