#14716E

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

Shades of Blue Stone #14716E

Tints of Blue Stone #14716E

Color information

#14716E (or 0x14716E) is unknown color: approx Blue Stone. HEX triplet: 14, 71 and 6E. RGB value is (20,113,110). Sum of RGB (Red+Green+Blue) = 20+113+110=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #14716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14716E is #EB8E91. Grayscale: #545454. Windows color (decimal): -15437458 or 7237908. OLE color: 7237908.

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

Color convert

RGB20113110-
CMYK0.8200.030.56
HSL178.06º69.92%26.08%-
HSV(B)178.06º82.3%44.31%-
XYZ9.0113.0816.8-
YUV84.85142.1981.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=8.23%
G=46.50%
B=45.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201131100.8200.030.56178.0669.9226.08
Hex14716E520338b2461a
Octal24161156122037026210632
Binary1010011100011101110101001001111100010110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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