Html Css Color HEX #14797D Teal

📋 copy color: '#14797D'

red 20 ◦ green 121 ◦ blue 125

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

Shades of Teal #14797D

Tints of Teal #14797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 7.52%
G = 45.49%
B = 46.99%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14797D (or 0x14797D) is known color: Teal. HEX triplet: 14, 79 and 7D. RGB value is (20,121,125). Sum of RGB (Red+Green+Blue) = 20+121+125=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #14797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14797D is #EB8682. Grayscale: #5B5B5B. Windows color (decimal): -15435395 or 8222996. OLE color: 8222996.

HSL color Cylindrical-coordinate representation of color #14797D: hue angle of 182.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14797D is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 121 125 -
CMYK 0.84 0.03 0 0.51
HSL 182.29º 0.72% 0.28% -
HSV(B) 182.29º 0.84% 0.49% -
XYZ 10.83 15.3 21.79 -
YUV 91.26 147.04 77.17 -
System Red Green Blue C M Y K H S L
Decimal 20 121 125 0.84 0.03 0 0.51 182.29 0.72 0.28
Hex 14 79 7D 54 3 0 33 B6 48 1C
Octal 24 171 175 124 3 0 63 266 110 34
Binary 10100 1111001 1111101 1010100 11 0 110011 10110110 1001000 11100

Color Harmonies of #14797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14797D

Black with #14797D

Text Example


Text Example

White with #14797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14797D; }

 p { color: rgb(20,121,125); }

 H1.HeaderClassName
 {
   color: #14797D;
 }
 .AnyTagClassName
 {
   color: #14797D;
 }
</style>

background-color css

<style>
 a { background-color: #14797D; }

 a { background-color: rgb(20,121,125); }

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

border-color css

<style>
 span { border-color: #14797D; }

 span { border-color: rgb(20,121,125); }

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