Html Css Color HEX #14837D Teal

📋 copy color: '#14837D'

red 20 ◦ green 131 ◦ blue 125

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

Shades of Teal #14837D

Tints of Teal #14837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

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

R = 7.25%
G = 47.46%
B = 45.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#14837D (or 0x14837D) is known color: Teal. HEX triplet: 14, 83 and 7D. RGB value is (20,131,125). Sum of RGB (Red+Green+Blue) = 20+131+125=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #14837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14837D is #EB7C82. Grayscale: #616161. Windows color (decimal): -15432835 or 8225556. OLE color: 8225556.

HSL color Cylindrical-coordinate representation of color #14837D: hue angle of 176.76º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14837D is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 125 -
CMYK 0.85 0 0.05 0.49
HSL 176.76º 0.74% 0.3% -
HSV(B) 176.76º 0.85% 0.51% -
XYZ 12.11 17.86 22.21 -
YUV 97.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 20 131 125 0.85 0 0.05 0.49 176.76 0.74 0.3
Hex 14 83 7D 55 0 5 31 B1 4A 1E
Octal 24 203 175 125 0 5 61 261 112 36
Binary 10100 10000011 1111101 1010101 0 101 110001 10110001 1001010 11110

Color Harmonies of #14837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14837D

Black with #14837D

Text Example


Text Example

White with #14837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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