Html Css Color HEX #18716D Blue Stone

📋 copy color: '#18716D'

red 24 ◦ green 113 ◦ blue 109

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

Shades of Blue Stone #18716D

Tints of Blue Stone #18716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

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

R = 9.76%
G = 45.93%
B = 44.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#18716D (or 0x18716D) is known color: Blue Stone. HEX triplet: 18, 71 and 6D. RGB value is (24,113,109). Sum of RGB (Red+Green+Blue) = 24+113+109=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #18716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18716D is #E78E92. Grayscale: #555555. Windows color (decimal): -15175315 or 7172376. OLE color: 7172376.

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

Color convert

RGB 24 113 109 -
CMYK 0.79 0 0.04 0.56
HSL 177.3º 0.65% 0.27% -
HSV(B) 177.3º 0.79% 0.44% -
XYZ 9.04 13.11 16.52 -
YUV 85.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 24 113 109 0.79 0 0.04 0.56 177.3 0.65 0.27
Hex 18 71 6D 4F 0 4 38 B1 41 1B
Octal 30 161 155 117 0 4 70 261 101 33
Binary 11000 1110001 1101101 1001111 0 100 111000 10110001 1000001 11011

Color Harmonies of #18716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18716D

Black with #18716D

Text Example


Text Example

White with #18716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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