#12686A

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

Shades of Blue Stone #12686A

Tints of Blue Stone #12686A

Color information

#12686A (or 0x12686A) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 6A. RGB value is (18,104,106). Sum of RGB (Red+Green+Blue) = 18+104+106=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #12686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12686A is #ED9795. Grayscale: #4E4E4E. Windows color (decimal): -15570838 or 6973458. OLE color: 6973458.

HSL color Cylindrical-coordinate representation of color #12686A: hue angle of 181.36º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12686A is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB18104106-
CMYK0.830.0200.58
HSL181.36º70.97%24.31%-
HSV(B)181.36º83.02%41.57%-
XYZ7.811.0715.36-
YUV78.51143.5184.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=7.89%
G=45.61%
B=46.49%

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
Decimal181041060.830.0200.58181.3670.9724.31
Hex12686A53203Ab54718
Octal22150152123207226510730
Binary1001011010001101010101001110011101010110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12686A; }

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

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

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

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

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

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

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

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