Html Css Color HEX #14706F Blue Stone

📋 copy color: '#14706F'

red 20 ◦ green 112 ◦ blue 111

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

Shades of Blue Stone #14706F

Tints of Blue Stone #14706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 8.23%
G = 46.09%
B = 45.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#14706F (or 0x14706F) is known color: Blue Stone. HEX triplet: 14, 70 and 6F. RGB value is (20,112,111). Sum of RGB (Red+Green+Blue) = 20+112+111=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #14706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14706F is #EB8F90. Grayscale: #545454. Windows color (decimal): -15437713 or 7303188. OLE color: 7303188.

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

Color convert

RGB 20 112 111 -
CMYK 0.82 0 0.01 0.56
HSL 179.35º 0.7% 0.26% -
HSV(B) 179.35º 0.82% 0.44% -
XYZ 8.95 12.88 17.05 -
YUV 84.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 20 112 111 0.82 0 0.01 0.56 179.35 0.7 0.26
Hex 14 70 6F 52 0 1 38 B3 46 1A
Octal 24 160 157 122 0 1 70 263 106 32
Binary 10100 1110000 1101111 1010010 0 1 111000 10110011 1000110 11010

Color Harmonies of #14706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14706F

Black with #14706F

Text Example


Text Example

White with #14706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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