Html Css Color HEX #14867B Teal

📋 copy color: '#14867B'

red 20 ◦ green 134 ◦ blue 123

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

Shades of Teal #14867B

Tints of Teal #14867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 7.22%
G = 48.38%
B = 44.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#14867B (or 0x14867B) is known color: Teal. HEX triplet: 14, 86 and 7B. RGB value is (20,134,123). Sum of RGB (Red+Green+Blue) = 20+134+123=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #14867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867B is #EB7984. Grayscale: #626262. Windows color (decimal): -15432069 or 8095252. OLE color: 8095252.

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

Color convert

RGB 20 134 123 -
CMYK 0.85 0 0.08 0.47
HSL 174.21º 0.74% 0.3% -
HSV(B) 174.21º 0.85% 0.53% -
XYZ 12.39 18.63 21.68 -
YUV 98.66 141.73 71.89 -
System Red Green Blue C M Y K H S L
Decimal 20 134 123 0.85 0 0.08 0.47 174.21 0.74 0.3
Hex 14 86 7B 55 0 8 2F AE 4A 1E
Octal 24 206 173 125 0 10 57 256 112 36
Binary 10100 10000110 1111011 1010101 0 1000 101111 10101110 1001010 11110

Color Harmonies of #14867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14867B

Black with #14867B

Text Example


Text Example

White with #14867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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