Html Css Color HEX #14817C Teal

📋 copy color: '#14817C'

red 20 ◦ green 129 ◦ blue 124

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

Shades of Teal #14817C

Tints of Teal #14817C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 7.33%
G = 47.25%
B = 45.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#14817C (or 0x14817C) is known color: Teal. HEX triplet: 14, 81 and 7C. RGB value is (20,129,124). Sum of RGB (Red+Green+Blue) = 20+129+124=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #14817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14817C is #EB7E83. Grayscale: #5F5F5F. Windows color (decimal): -15433348 or 8159508. OLE color: 8159508.

HSL color Cylindrical-coordinate representation of color #14817C: hue angle of 177.25º 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 #14817C is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 124 -
CMYK 0.84 0 0.04 0.49
HSL 177.25º 0.73% 0.29% -
HSV(B) 177.25º 0.84% 0.51% -
XYZ 11.78 17.3 21.79 -
YUV 95.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 20 129 124 0.84 0 0.04 0.49 177.25 0.73 0.29
Hex 14 81 7C 54 0 4 31 B1 49 1D
Octal 24 201 174 124 0 4 61 261 111 35
Binary 10100 10000001 1111100 1010100 0 100 110001 10110001 1001001 11101

Color Harmonies of #14817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14817C

Black with #14817C

Text Example


Text Example

White with #14817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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