Html Css Color HEX #18706D Blue Stone

📋 copy color: '#18706D'

red 24 ◦ green 112 ◦ blue 109

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

Shades of Blue Stone #18706D

Tints of Blue Stone #18706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 9.8%
G = 45.71%
B = 44.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#18706D (or 0x18706D) is known color: Blue Stone. HEX triplet: 18, 70 and 6D. RGB value is (24,112,109). Sum of RGB (Red+Green+Blue) = 24+112+109=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #18706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18706D is #E78F92. Grayscale: #555555. Windows color (decimal): -15175571 or 7172120. OLE color: 7172120.

HSL color Cylindrical-coordinate representation of color #18706D: hue angle of 177.95º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18706D is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 109 -
CMYK 0.79 0 0.03 0.56
HSL 177.95º 0.65% 0.27% -
HSV(B) 177.95º 0.79% 0.44% -
XYZ 8.93 12.89 16.48 -
YUV 85.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 24 112 109 0.79 0 0.03 0.56 177.95 0.65 0.27
Hex 18 70 6D 4F 0 3 38 B2 41 1B
Octal 30 160 155 117 0 3 70 262 101 33
Binary 11000 1110000 1101101 1001111 0 11 111000 10110010 1000001 11011

Color Harmonies of #18706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18706D

Black with #18706D

Text Example


Text Example

White with #18706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,112,109); }

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

background-color css

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

 a { background-color: rgb(24,112,109); }

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

border-color css

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

 span { border-color: rgb(24,112,109); }

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