#186666

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

Shades of Blue Stone #186666

Tints of Blue Stone #186666

Color information

#186666 (or 0x186666) is unknown color: approx Blue Stone. HEX triplet: 18, 66 and 66. RGB value is (24,102,102). Sum of RGB (Red+Green+Blue) = 24+102+102=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #186666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186666 is #E79999. Grayscale: #4E4E4E. Windows color (decimal): -15178138 or 6710808. OLE color: 6710808.

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

Color convert

RGB24102102-
CMYK0.76000.6
HSL180º61.9%24.71%-
HSV(B)180º76.47%40%-
XYZ7.5310.6614.23-
YUV78.68141.1689-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=10.53%
G=44.74%
B=44.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal241021020.76000.618061.924.71
Hex1866664C003Cb43e19
Octal3014614611400742647631
Binary11000110011011001101001100001111001011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186666; }

 p { color: rgb(24,102,102); }

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

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

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

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

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

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

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