Html Css Color HEX #14867D Teal

📋 copy color: '#14867D'

red 20 ◦ green 134 ◦ blue 125

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

Shades of Teal #14867D

Tints of Teal #14867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.03%

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

R = 7.17%
G = 48.03%
B = 44.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#14867D (or 0x14867D) is known color: Teal. HEX triplet: 14, 86 and 7D. RGB value is (20,134,125). Sum of RGB (Red+Green+Blue) = 20+134+125=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #14867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867D is #EB7982. Grayscale: #626262. Windows color (decimal): -15432067 or 8226324. OLE color: 8226324.

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

Color convert

RGB 20 134 125 -
CMYK 0.85 0 0.07 0.47
HSL 175.26º 0.74% 0.3% -
HSV(B) 175.26º 0.85% 0.53% -
XYZ 12.52 18.68 22.35 -
YUV 98.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 20 134 125 0.85 0 0.07 0.47 175.26 0.74 0.3
Hex 14 86 7D 55 0 7 2F AF 4A 1E
Octal 24 206 175 125 0 7 57 257 112 36
Binary 10100 10000110 1111101 1010101 0 111 101111 10101111 1001010 11110

Color Harmonies of #14867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14867D

Black with #14867D

Text Example


Text Example

White with #14867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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