#126662

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

Shades of Blue Stone #126662

Tints of Blue Stone #126662

Color information

#126662 (or 0x126662) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 62. RGB value is (18,102,98). Sum of RGB (Red+Green+Blue) = 18+102+98=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #126662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126662 is #ED999D. Grayscale: #4C4C4C. Windows color (decimal): -15571358 or 6448658. OLE color: 6448658.

HSL color Cylindrical-coordinate representation of color #126662: hue angle of 177.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126662 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB1810298-
CMYK0.8200.040.6
HSL177.14º70%23.53%-
HSV(B)177.14º82.35%40%-
XYZ7.2110.5113.2-
YUV76.43140.1786.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=8.26%
G=46.79%
B=44.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102980.8200.040.6177.147023.53
Hex12666252043Cb14618
Octal22146142122047426110630
Binary10010110011011000101010010010011110010110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126662; }

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

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

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

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

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

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

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

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