Html Css Color HEX #14817F Teal

📋 copy color: '#14817F'

red 20 ◦ green 129 ◦ blue 127

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

Shades of Teal #14817F

Tints of Teal #14817F

RGB

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

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

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

R = 7.25%
G = 46.74%
B = 46.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#14817F (or 0x14817F) is known color: Teal. HEX triplet: 14, 81 and 7F. RGB value is (20,129,127). Sum of RGB (Red+Green+Blue) = 20+129+127=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #14817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14817F is #EB7E80. Grayscale: #606060. Windows color (decimal): -15433345 or 8356116. OLE color: 8356116.

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

Color convert

RGB 20 129 127 -
CMYK 0.84 0 0.02 0.49
HSL 178.9º 0.73% 0.29% -
HSV(B) 178.9º 0.84% 0.51% -
XYZ 11.97 17.38 22.8 -
YUV 96.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 20 129 127 0.84 0 0.02 0.49 178.9 0.73 0.29
Hex 14 81 7F 54 0 2 31 B3 49 1D
Octal 24 201 177 124 0 2 61 263 111 35
Binary 10100 10000001 1111111 1010100 0 10 110001 10110011 1001001 11101

Color Harmonies of #14817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14817F

Black with #14817F

Text Example


Text Example

White with #14817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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