#18686A

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

Shades of Blue Stone #18686A

Tints of Blue Stone #18686A

Color information

#18686A (or 0x18686A) is unknown color: approx Blue Stone. HEX triplet: 18, 68 and 6A. RGB value is (24,104,106). Sum of RGB (Red+Green+Blue) = 24+104+106=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #18686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18686A is #E79795. Grayscale: #505050. Windows color (decimal): -15177622 or 6973464. OLE color: 6973464.

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

Color convert

RGB24104106-
CMYK0.770.0200.58
HSL181.46º63.08%25.49%-
HSV(B)181.46º77.36%41.57%-
XYZ7.9311.1415.37-
YUV80.31142.587.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=10.26%
G=44.44%
B=45.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241041060.770.0200.58181.4663.0825.49
Hex18686A4D203Ab53f19
Octal3015015211520722657731
Binary110001101000110101010011011001110101011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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