#186968

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

Shades of Blue Stone #186968

Tints of Blue Stone #186968

Color information

#186968 (or 0x186968) is unknown color: approx Blue Stone. HEX triplet: 18, 69 and 68. RGB value is (24,105,104). Sum of RGB (Red+Green+Blue) = 24+105+104=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #186968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186968 is #E79697. Grayscale: #505050. Windows color (decimal): -15177368 or 6842648. OLE color: 6842648.

HSL color Cylindrical-coordinate representation of color #186968: hue angle of 179.26º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186968 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB24105104-
CMYK0.7700.010.59
HSL179.26º62.79%25.29%-
HSV(B)179.26º77.14%41.18%-
XYZ7.9311.314.86-
YUV80.67141.1687.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=10.30%
G=45.06%
B=44.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal241051040.7700.010.59179.2662.7925.29
Hex1869684D013Bb33f19
Octal3015115011501732637731
Binary11000110100111010001001101011110111011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186968; }

 p { color: rgb(24,105,104); }

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

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

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

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

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

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

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