Html Css Color HEX #14716F Blue Stone

📋 copy color: '#14716F'

red 20 ◦ green 113 ◦ blue 111

#14716F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #14716F

Tints of Blue Stone #14716F

RGB

 RED value IS 20 (8.2% from 255) = 8.2%

 GREEN value IS 113 (44.53% from 255) = 46.31%

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 8.2%
G = 46.31%
B = 45.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#14716F (or 0x14716F) is known color: Blue Stone. HEX triplet: 14, 71 and 6F. RGB value is (20,113,111). Sum of RGB (Red+Green+Blue) = 20+113+111=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #14716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14716F is #EB8E90. Grayscale: #545454. Windows color (decimal): -15437457 or 7303444. OLE color: 7303444.

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

Color convert

RGB 20 113 111 -
CMYK 0.82 0 0.02 0.56
HSL 178.71º 0.7% 0.26% -
HSV(B) 178.71º 0.82% 0.44% -
XYZ 9.06 13.11 17.09 -
YUV 84.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 20 113 111 0.82 0 0.02 0.56 178.71 0.7 0.26
Hex 14 71 6F 52 0 2 38 B3 46 1A
Octal 24 161 157 122 0 2 70 263 106 32
Binary 10100 1110001 1101111 1010010 0 10 111000 10110011 1000110 11010

Color Harmonies of #14716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14716F

Black with #14716F

Text Example


Text Example

White with #14716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14716F;
 }
 .AnyTagClassName
 {
   color: #14716F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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