Html Css Color HEX #18706F Blue Stone

📋 copy color: '#18706F'

red 24 ◦ green 112 ◦ blue 111

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

Shades of Blue Stone #18706F

Tints of Blue Stone #18706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 9.72%
G = 45.34%
B = 44.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#18706F (or 0x18706F) is known color: Blue Stone. HEX triplet: 18, 70 and 6F. RGB value is (24,112,111). Sum of RGB (Red+Green+Blue) = 24+112+111=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #18706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18706F is #E78F90. Grayscale: #555555. Windows color (decimal): -15175569 or 7303192. OLE color: 7303192.

HSL color Cylindrical-coordinate representation of color #18706F: hue angle of 179.32º 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 #18706F is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 111 -
CMYK 0.79 0 0.01 0.56
HSL 179.32º 0.65% 0.27% -
HSV(B) 179.32º 0.79% 0.44% -
XYZ 9.04 12.93 17.06 -
YUV 85.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 24 112 111 0.79 0 0.01 0.56 179.32 0.65 0.27
Hex 18 70 6F 4F 0 1 38 B3 41 1B
Octal 30 160 157 117 0 1 70 263 101 33
Binary 11000 1110000 1101111 1001111 0 1 111000 10110011 1000001 11011

Color Harmonies of #18706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18706F

Black with #18706F

Text Example


Text Example

White with #18706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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