#18685A

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

Shades of Blue Stone #18685A

Tints of Blue Stone #18685A

Color information

#18685A (or 0x18685A) is unknown color: approx Blue Stone. HEX triplet: 18, 68 and 5A. RGB value is (24,104,90). Sum of RGB (Red+Green+Blue) = 24+104+90=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #18685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18685A is #E797A5. Grayscale: #4E4E4E. Windows color (decimal): -15177638 or 5924888. OLE color: 5924888.

HSL color Cylindrical-coordinate representation of color #18685A: hue angle of 169.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18685A is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB2410490-
CMYK0.7700.130.59
HSL169.5º62.5%25.1%-
HSV(B)169.5º76.92%40.78%-
XYZ7.1710.8311.39-
YUV78.48134.589.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=11.01%
G=47.71%
B=41.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104900.7700.130.59169.562.525.1
Hex18685A4D0D3Baa3e19
Octal30150132115015732527631
Binary11000110100010110101001101011011110111010101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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