#14716C

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

Shades of Blue Stone #14716C

Tints of Blue Stone #14716C

Color information

#14716C (or 0x14716C) is unknown color: approx Blue Stone. HEX triplet: 14, 71 and 6C. RGB value is (20,113,108). Sum of RGB (Red+Green+Blue) = 20+113+108=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #14716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14716C is #EB8E93. Grayscale: #545454. Windows color (decimal): -15437460 or 7106836. OLE color: 7106836.

HSL color Cylindrical-coordinate representation of color #14716C: hue angle of 176.77º 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 #14716C is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB20113108-
CMYK0.8200.040.56
HSL176.77º69.92%26.08%-
HSV(B)176.77º82.3%44.31%-
XYZ8.913.0416.24-
YUV84.62141.1981.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=8.30%
G=46.89%
B=44.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201131080.8200.040.56176.7769.9226.08
Hex14716C520438b1461a
Octal24161154122047026110632
Binary10100111000111011001010010010011100010110001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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