Html Css Color HEX #14897E Teal

📋 copy color: '#14897E'

red 20 ◦ green 137 ◦ blue 126

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

Shades of Teal #14897E

Tints of Teal #14897E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 7.07%
G = 48.41%
B = 44.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#14897E (or 0x14897E) is known color: Teal. HEX triplet: 14, 89 and 7E. RGB value is (20,137,126). Sum of RGB (Red+Green+Blue) = 20+137+126=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #14897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14897E is #EB7681. Grayscale: #646464. Windows color (decimal): -15431298 or 8292628. OLE color: 8292628.

HSL color Cylindrical-coordinate representation of color #14897E: hue angle of 174.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14897E is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 126 -
CMYK 0.85 0 0.08 0.46
HSL 174.36º 0.75% 0.31% -
HSV(B) 174.36º 0.85% 0.54% -
XYZ 13 19.55 22.83 -
YUV 100.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 20 137 126 0.85 0 0.08 0.46 174.36 0.75 0.31
Hex 14 89 7E 55 0 8 2E AE 4B 1F
Octal 24 211 176 125 0 10 56 256 113 37
Binary 10100 10001001 1111110 1010101 0 1000 101110 10101110 1001011 11111

Color Harmonies of #14897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14897E

Black with #14897E

Text Example


Text Example

White with #14897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14897E; }

 p { color: rgb(20,137,126); }

 H1.HeaderClassName
 {
   color: #14897E;
 }
 .AnyTagClassName
 {
   color: #14897E;
 }
</style>

background-color css

<style>
 a { background-color: #14897E; }

 a { background-color: rgb(20,137,126); }

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

border-color css

<style>
 span { border-color: #14897E; }

 span { border-color: rgb(20,137,126); }

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