#186661

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

Shades of Blue Stone #186661

Tints of Blue Stone #186661

Color information

#186661 (or 0x186661) is unknown color: approx Blue Stone. HEX triplet: 18, 66 and 61. RGB value is (24,102,97). Sum of RGB (Red+Green+Blue) = 24+102+97=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #186661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186661 is #E7999E. Grayscale: #4E4E4E. Windows color (decimal): -15178143 or 6383128. OLE color: 6383128.

HSL color Cylindrical-coordinate representation of color #186661: hue angle of 176.15º 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 #186661 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB2410297-
CMYK0.7600.050.6
HSL176.15º61.9%24.71%-
HSV(B)176.15º76.47%40%-
XYZ7.2910.5612.96-
YUV78.11138.6689.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=10.76%
G=45.74%
B=43.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102970.7600.050.6176.1561.924.71
Hex1866614C053Cb03e19
Octal3014614111405742607631
Binary1100011001101100001100110001011111001011000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186661; }

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

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

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

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

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

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

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

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