Html Css Color HEX #14817D Teal

📋 copy color: '#14817D'

red 20 ◦ green 129 ◦ blue 125

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

Shades of Teal #14817D

Tints of Teal #14817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

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

R = 7.3%
G = 47.08%
B = 45.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#14817D (or 0x14817D) is known color: Teal. HEX triplet: 14, 81 and 7D. RGB value is (20,129,125). Sum of RGB (Red+Green+Blue) = 20+129+125=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #14817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14817D is #EB7E82. Grayscale: #5F5F5F. Windows color (decimal): -15433347 or 8225044. OLE color: 8225044.

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

Color convert

RGB 20 129 125 -
CMYK 0.84 0 0.03 0.49
HSL 177.8º 0.73% 0.29% -
HSV(B) 177.8º 0.84% 0.51% -
XYZ 11.84 17.33 22.12 -
YUV 95.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 20 129 125 0.84 0 0.03 0.49 177.8 0.73 0.29
Hex 14 81 7D 54 0 3 31 B2 49 1D
Octal 24 201 175 124 0 3 61 262 111 35
Binary 10100 10000001 1111101 1010100 0 11 110001 10110010 1001001 11101

Color Harmonies of #14817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14817D

Black with #14817D

Text Example


Text Example

White with #14817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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