Html Css Color HEX #18685D Blue Stone

📋 copy color: '#18685D'

red 24 ◦ green 104 ◦ blue 93

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

Shades of Blue Stone #18685D

Tints of Blue Stone #18685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 10.86%
G = 47.06%
B = 42.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#18685D (or 0x18685D) is known color: Blue Stone. HEX triplet: 18, 68 and 5D. RGB value is (24,104,93). Sum of RGB (Red+Green+Blue) = 24+104+93=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #18685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18685D is #E797A2. Grayscale: #4E4E4E. Windows color (decimal): -15177635 or 6121496. OLE color: 6121496.

HSL color Cylindrical-coordinate representation of color #18685D: hue angle of 171.75º 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 #18685D is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 93 -
CMYK 0.77 0 0.11 0.59
HSL 171.75º 0.63% 0.25% -
HSV(B) 171.75º 0.77% 0.41% -
XYZ 7.3 10.89 12.07 -
YUV 78.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 24 104 93 0.77 0 0.11 0.59 171.75 0.63 0.25
Hex 18 68 5D 4D 0 B 3B AC 3E 19
Octal 30 150 135 115 0 13 73 254 76 31
Binary 11000 1101000 1011101 1001101 0 1011 111011 10101100 111110 11001

Color Harmonies of #18685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18685D

Black with #18685D

Text Example


Text Example

White with #18685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18685D;
 }
 .AnyTagClassName
 {
   color: #18685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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