Html Css Color HEX #14797F Teal

📋 copy color: '#14797F'

red 20 ◦ green 121 ◦ blue 127

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

Shades of Teal #14797F

Tints of Teal #14797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.39%

R = 7.46%
G = 45.15%
B = 47.39%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14797F (or 0x14797F) is known color: Teal. HEX triplet: 14, 79 and 7F. RGB value is (20,121,127). Sum of RGB (Red+Green+Blue) = 20+121+127=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #14797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14797F is #EB8680. Grayscale: #5B5B5B. Windows color (decimal): -15435393 or 8354068. OLE color: 8354068.

HSL color Cylindrical-coordinate representation of color #14797F: hue angle of 183.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14797F is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 121 127 -
CMYK 0.84 0.05 0 0.50
HSL 183.36º 0.73% 0.29% -
HSV(B) 183.36º 0.84% 0.5% -
XYZ 10.96 15.36 22.47 -
YUV 91.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 20 121 127 0.84 0.05 0 0.50 183.36 0.73 0.29
Hex 14 79 7F 54 5 0 32 B7 49 1D
Octal 24 171 177 124 5 0 62 267 111 35
Binary 10100 1111001 1111111 1010100 101 0 110010 10110111 1001001 11101

Color Harmonies of #14797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14797F

Black with #14797F

Text Example


Text Example

White with #14797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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