#18686E

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

Shades of Blue Stone #18686E

Tints of Blue Stone #18686E

Color information

#18686E (or 0x18686E) is unknown color: approx Blue Stone. HEX triplet: 18, 68 and 6E. RGB value is (24,104,110). Sum of RGB (Red+Green+Blue) = 24+104+110=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #18686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18686E is #E79791. Grayscale: #505050. Windows color (decimal): -15177618 or 7235608. OLE color: 7235608.

HSL color Cylindrical-coordinate representation of color #18686E: hue angle of 184.19º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18686E is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB24104110-
CMYK0.780.0500.57
HSL184.19º64.18%26.27%-
HSV(B)184.19º78.18%43.14%-
XYZ8.1411.2216.49-
YUV80.76144.587.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=10.08%
G=43.70%
B=46.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal241041100.780.0500.57184.1964.1826.27
Hex18686E4E5039b8401a
Octal30150156116507127010032
Binary11000110100011011101001110101011100110111000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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