#16716E

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

Shades of Blue Stone #16716E

Tints of Blue Stone #16716E

Color information

#16716E (or 0x16716E) is unknown color: approx Blue Stone. HEX triplet: 16, 71 and 6E. RGB value is (22,113,110). Sum of RGB (Red+Green+Blue) = 22+113+110=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #16716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16716E is #E98E91. Grayscale: #555555. Windows color (decimal): -15306386 or 7237910. OLE color: 7237910.

HSL color Cylindrical-coordinate representation of color #16716E: hue angle of 178.02º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16716E is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB22113110-
CMYK0.8100.030.56
HSL178.02º67.41%26.47%-
HSV(B)178.02º80.53%44.31%-
XYZ9.0513.1116.8-
YUV85.45141.8582.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=8.98%
G=46.12%
B=44.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal221131100.8100.030.56178.0267.4126.47
Hex16716E510338b2431a
Octal26161156121037026210332
Binary1011011100011101110101000101111100010110010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16716E; }

 p { color: rgb(22,113,110); }

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

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

 a { background-color: rgb(22,113,110); }

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

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

 span { border-color: rgb(22,113,110); }

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