#18726C

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

Shades of Blue Stone #18726C

Tints of Blue Stone #18726C

Color information

#18726C (or 0x18726C) is unknown color: approx Blue Stone. HEX triplet: 18, 72 and 6C. RGB value is (24,114,108). Sum of RGB (Red+Green+Blue) = 24+114+108=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #18726C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18726C is #E78D93. Grayscale: #565656. Windows color (decimal): -15175060 or 7107096. OLE color: 7107096.

HSL color Cylindrical-coordinate representation of color #18726C: hue angle of 176º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18726C is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB24114108-
CMYK0.7900.050.55
HSL176º65.22%27.06%-
HSV(B)176º78.95%44.71%-
XYZ9.113.3116.28-
YUV86.41140.1883.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=9.76%
G=46.34%
B=43.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241141080.7900.050.5517665.2227.06
Hex18726C4F0537b0411b
Octal30162154117056726010133
Binary11000111001011011001001111010111011110110000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18726C; }

 p { color: rgb(24,114,108); }

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

<style>
 a { background-color: #18726C; }

 a { background-color: rgb(24,114,108); }

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

<style>
 span { border-color: #18726C; }

 span { border-color: rgb(24,114,108); }

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