#16696C

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

Shades of Blue Stone #16696C

Tints of Blue Stone #16696C

Color information

#16696C (or 0x16696C) is unknown color: approx Blue Stone. HEX triplet: 16, 69 and 6C. RGB value is (22,105,108). Sum of RGB (Red+Green+Blue) = 22+105+108=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #16696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16696C is #E99693. Grayscale: #505050. Windows color (decimal): -15308436 or 7104790. OLE color: 7104790.

HSL color Cylindrical-coordinate representation of color #16696C: hue angle of 182.09º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16696C is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB22105108-
CMYK0.800.0300.58
HSL182.09º66.15%25.49%-
HSV(B)182.09º79.63%42.35%-
XYZ8.0911.3615.95-
YUV80.52143.586.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=9.36%
G=44.68%
B=45.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal221051080.800.0300.58182.0966.1525.49
Hex16696C50303Ab64219
Octal26151154120307226610231
Binary1011011010011101100101000011011101010110110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16696C; }

 p { color: rgb(22,105,108); }

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

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

 a { background-color: rgb(22,105,108); }

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

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

 span { border-color: rgb(22,105,108); }

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