#18676B

Color #18676B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #18676B

Tints of Blue Stone #18676B

Color information

#18676B (or 0x18676B) is unknown color: approx Blue Stone. HEX triplet: 18, 67 and 6B. RGB value is (24,103,107). Sum of RGB (Red+Green+Blue) = 24+103+107=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #18676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18676B is #E79894. Grayscale: #4F4F4F. Windows color (decimal): -15177877 or 7038744. OLE color: 7038744.

HSL color Cylindrical-coordinate representation of color #18676B: hue angle of 182.89º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18676B is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB24103107-
CMYK0.780.0400.58
HSL182.89º63.36%25.69%-
HSV(B)182.89º77.57%41.96%-
XYZ7.8810.9615.61-
YUV79.84143.3388.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=10.26%
G=44.02%
B=45.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241031070.780.0400.58182.8963.3625.69
Hex18676B4E403Ab73f1a
Octal3014715311640722677732
Binary1100011001111101011100111010001110101011011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18676B;
 }
 .AnyTagClassName
 {
   color: #18676B;
 }
</style>
background-color css

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

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

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

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

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

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