#18726E

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

Shades of Blue Stone #18726E

Tints of Blue Stone #18726E

Color information

#18726E (or 0x18726E) is unknown color: approx Blue Stone. HEX triplet: 18, 72 and 6E. RGB value is (24,114,110). Sum of RGB (Red+Green+Blue) = 24+114+110=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #18726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18726E is #E78D91. Grayscale: #565656. Windows color (decimal): -15175058 or 7238168. OLE color: 7238168.

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

Color convert

RGB24114110-
CMYK0.7900.040.55
HSL177.33º65.22%27.06%-
HSV(B)177.33º78.95%44.71%-
XYZ9.2113.3516.84-
YUV86.63141.1883.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=9.68%
G=45.97%
B=44.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241141100.7900.040.55177.3365.2227.06
Hex18726E4F0437b1411b
Octal30162156117046726110133
Binary11000111001011011101001111010011011110110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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