Html Css Color HEX #18686C Blue Stone

📋 copy color: '#18686C'

red 24 ◦ green 104 ◦ blue 108

#18686C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #18686C

Tints of Blue Stone #18686C

RGB

 RED value IS 24 (9.77% from 255) = 10.17%

 GREEN value IS 104 (41.02% from 255) = 44.07%

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 10.17%
G = 44.07%
B = 45.76%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18686C (or 0x18686C) is known color: Blue Stone. HEX triplet: 18, 68 and 6C. RGB value is (24,104,108). Sum of RGB (Red+Green+Blue) = 24+104+108=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #18686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18686C is #E79793. Grayscale: #505050. Windows color (decimal): -15177620 or 7104536. OLE color: 7104536.

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

Color convert

RGB 24 104 108 -
CMYK 0.78 0.04 0 0.58
HSL 182.86º 0.64% 0.26% -
HSV(B) 182.86º 0.78% 0.42% -
XYZ 8.03 11.18 15.92 -
YUV 80.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 24 104 108 0.78 0.04 0 0.58 182.86 0.64 0.26
Hex 18 68 6C 4E 4 0 3A B7 40 1A
Octal 30 150 154 116 4 0 72 267 100 32
Binary 11000 1101000 1101100 1001110 100 0 111010 10110111 1000000 11010

Color Harmonies of #18686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18686C

Black with #18686C

Text Example


Text Example

White with #18686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18686C;
 }
 .AnyTagClassName
 {
   color: #18686C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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