Html Css Color HEX #14877C Teal

📋 copy color: '#14877C'

red 20 ◦ green 135 ◦ blue 124

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

Shades of Teal #14877C

Tints of Teal #14877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.39%

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

R = 7.17%
G = 48.39%
B = 44.44%

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

#14877C (or 0x14877C) is known color: Teal. HEX triplet: 14, 87 and 7C. RGB value is (20,135,124). Sum of RGB (Red+Green+Blue) = 20+135+124=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #14877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14877C is #EB7883. Grayscale: #636363. Windows color (decimal): -15431812 or 8161044. OLE color: 8161044.

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

Color convert

RGB 20 135 124 -
CMYK 0.85 0 0.08 0.47
HSL 174.26º 0.74% 0.3% -
HSV(B) 174.26º 0.85% 0.53% -
XYZ 12.59 18.93 22.06 -
YUV 99.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 20 135 124 0.85 0 0.08 0.47 174.26 0.74 0.3
Hex 14 87 7C 55 0 8 2F AE 4A 1E
Octal 24 207 174 125 0 10 57 256 112 36
Binary 10100 10000111 1111100 1010101 0 1000 101111 10101110 1001010 11110

Color Harmonies of #14877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14877C

Black with #14877C

Text Example


Text Example

White with #14877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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