#186B66

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

Shades of Blue Stone #186B66

Tints of Blue Stone #186B66

Color information

#186B66 (or 0x186B66) is unknown color: approx Blue Stone. HEX triplet: 18, 6B and 66. RGB value is (24,107,102). Sum of RGB (Red+Green+Blue) = 24+107+102=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #186B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B66 is #E79499. Grayscale: #515151. Windows color (decimal): -15176858 or 6712088. OLE color: 6712088.

HSL color Cylindrical-coordinate representation of color #186B66: hue angle of 176.39º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186B66 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB24107102-
CMYK0.7800.050.58
HSL176.39º63.36%25.69%-
HSV(B)176.39º77.57%41.96%-
XYZ8.0311.6714.4-
YUV81.61139.586.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=10.30%
G=45.92%
B=43.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241071020.7800.050.58176.3963.3625.69
Hex186B664E053Ab03f1a
Octal3015314611605722607732
Binary1100011010111100110100111001011110101011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186B66; }

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

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

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

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

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

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

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

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