#126962

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

Shades of Blue Stone #126962

Tints of Blue Stone #126962

Color information

#126962 (or 0x126962) is unknown color: approx Blue Stone. HEX triplet: 12, 69 and 62. RGB value is (18,105,98). Sum of RGB (Red+Green+Blue) = 18+105+98=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #126962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126962 is #ED969D. Grayscale: #4E4E4E. Windows color (decimal): -15570590 or 6449426. OLE color: 6449426.

HSL color Cylindrical-coordinate representation of color #126962: hue angle of 175.17º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126962 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1810598-
CMYK0.8300.070.59
HSL175.17º70.73%24.12%-
HSV(B)175.17º82.86%41.18%-
XYZ7.5111.1113.3-
YUV78.19139.1885.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=8.14%
G=47.51%
B=44.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105980.8300.070.59175.1770.7324.12
Hex12696253073Baf4718
Octal22151142123077325710730
Binary10010110100111000101010011011111101110101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126962; }

 p { color: rgb(18,105,98); }

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

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

 a { background-color: rgb(18,105,98); }

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

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

 span { border-color: rgb(18,105,98); }

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