#18675E

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

Shades of Blue Stone #18675E

Tints of Blue Stone #18675E

Color information

#18675E (or 0x18675E) is unknown color: approx Blue Stone. HEX triplet: 18, 67 and 5E. RGB value is (24,103,94). Sum of RGB (Red+Green+Blue) = 24+103+94=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #18675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18675E is #E798A1. Grayscale: #4E4E4E. Windows color (decimal): -15177890 or 6186776. OLE color: 6186776.

HSL color Cylindrical-coordinate representation of color #18675E: hue angle of 173.16º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18675E is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB2410394-
CMYK0.7700.090.60
HSL173.16º62.2%24.9%-
HSV(B)173.16º76.7%40.39%-
XYZ7.2510.712.27-
YUV78.35136.8389.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=10.86%
G=46.61%
B=42.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103940.7700.090.60173.1662.224.9
Hex18675E4D093Cad3e19
Octal30147136115011742557631
Binary11000110011110111101001101010011111001010110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18675E; }

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

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

<style>
 a { background-color: #18675E; }

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

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

<style>
 span { border-color: #18675E; }

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

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