#16726B

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

Shades of Blue Stone #16726B

Tints of Blue Stone #16726B

Color information

#16726B (or 0x16726B) is unknown color: approx Blue Stone. HEX triplet: 16, 72 and 6B. RGB value is (22,114,107). Sum of RGB (Red+Green+Blue) = 22+114+107=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #16726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16726B is #E98D94. Grayscale: #555555. Windows color (decimal): -15306133 or 7041558. OLE color: 7041558.

HSL color Cylindrical-coordinate representation of color #16726B: hue angle of 175.43º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16726B is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB22114107-
CMYK0.8100.060.55
HSL175.43º67.65%26.67%-
HSV(B)175.43º80.7%44.71%-
XYZ913.2716-
YUV85.69140.0282.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=9.05%
G=46.91%
B=44.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221141070.8100.060.55175.4367.6526.67
Hex16726B510637af441b
Octal26162153121066725710433
Binary10110111001011010111010001011011011110101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16726B; }

 p { color: rgb(22,114,107); }

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

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

 a { background-color: rgb(22,114,107); }

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

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

 span { border-color: rgb(22,114,107); }

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