Html Css Color HEX #14867C Teal

📋 copy color: '#14867C'

red 20 ◦ green 134 ◦ blue 124

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

Shades of Teal #14867C

Tints of Teal #14867C

RGB

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

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

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

R = 7.19%
G = 48.2%
B = 44.6%

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

#14867C (or 0x14867C) is known color: Teal. HEX triplet: 14, 86 and 7C. RGB value is (20,134,124). Sum of RGB (Red+Green+Blue) = 20+134+124=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #14867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867C is #EB7983. Grayscale: #626262. Windows color (decimal): -15432068 or 8160788. OLE color: 8160788.

HSL color Cylindrical-coordinate representation of color #14867C: hue angle of 174.74º 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 #14867C is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 124 -
CMYK 0.85 0 0.07 0.47
HSL 174.74º 0.74% 0.3% -
HSV(B) 174.74º 0.85% 0.53% -
XYZ 12.45 18.65 22.01 -
YUV 98.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 20 134 124 0.85 0 0.07 0.47 174.74 0.74 0.3
Hex 14 86 7C 55 0 7 2F AF 4A 1E
Octal 24 206 174 125 0 7 57 257 112 36
Binary 10100 10000110 1111100 1010101 0 111 101111 10101111 1001010 11110

Color Harmonies of #14867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14867C

Black with #14867C

Text Example


Text Example

White with #14867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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