Html Css Color HEX #18676F Blue Stone

📋 copy color: '#18676F'

red 24 ◦ green 103 ◦ blue 111

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

Shades of Blue Stone #18676F

Tints of Blue Stone #18676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.28%

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

R = 10.08%
G = 43.28%
B = 46.64%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18676F (or 0x18676F) is known color: Blue Stone. HEX triplet: 18, 67 and 6F. RGB value is (24,103,111). Sum of RGB (Red+Green+Blue) = 24+103+111=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #18676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18676F is #E79890. Grayscale: #505050. Windows color (decimal): -15177873 or 7300888. OLE color: 7300888.

HSL color Cylindrical-coordinate representation of color #18676F: hue angle of 185.52º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18676F is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 103 111 -
CMYK 0.78 0.07 0 0.56
HSL 185.52º 0.64% 0.26% -
HSV(B) 185.52º 0.78% 0.44% -
XYZ 8.1 11.04 16.74 -
YUV 80.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 24 103 111 0.78 0.07 0 0.56 185.52 0.64 0.26
Hex 18 67 6F 4E 7 0 38 BA 40 1A
Octal 30 147 157 116 7 0 70 272 100 32
Binary 11000 1100111 1101111 1001110 111 0 111000 10111010 1000000 11010

Color Harmonies of #18676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18676F

Black with #18676F

Text Example


Text Example

White with #18676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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