Html Css Color HEX #14867E Teal

📋 copy color: '#14867E'

red 20 ◦ green 134 ◦ blue 126

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

Shades of Teal #14867E

Tints of Teal #14867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45%

R = 7.14%
G = 47.86%
B = 45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#14867E (or 0x14867E) is known color: Teal. HEX triplet: 14, 86 and 7E. RGB value is (20,134,126). Sum of RGB (Red+Green+Blue) = 20+134+126=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #14867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867E is #EB7981. Grayscale: #626262. Windows color (decimal): -15432066 or 8291860. OLE color: 8291860.

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

Color convert

RGB 20 134 126 -
CMYK 0.85 0 0.06 0.47
HSL 175.79º 0.74% 0.3% -
HSV(B) 175.79º 0.85% 0.53% -
XYZ 12.58 18.71 22.69 -
YUV 99 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 20 134 126 0.85 0 0.06 0.47 175.79 0.74 0.3
Hex 14 86 7E 55 0 6 2F B0 4A 1E
Octal 24 206 176 125 0 6 57 260 112 36
Binary 10100 10000110 1111110 1010101 0 110 101111 10110000 1001010 11110

Color Harmonies of #14867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14867E

Black with #14867E

Text Example


Text Example

White with #14867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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