Html Css Color HEX #14857C Teal

📋 copy color: '#14857C'

red 20 ◦ green 133 ◦ blue 124

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

Shades of Teal #14857C

Tints of Teal #14857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

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

R = 7.22%
G = 48.01%
B = 44.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#14857C (or 0x14857C) is known color: Teal. HEX triplet: 14, 85 and 7C. RGB value is (20,133,124). Sum of RGB (Red+Green+Blue) = 20+133+124=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #14857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14857C is #EB7A83. Grayscale: #626262. Windows color (decimal): -15432324 or 8160532. OLE color: 8160532.

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

Color convert

RGB 20 133 124 -
CMYK 0.85 0 0.07 0.48
HSL 175.22º 0.74% 0.3% -
HSV(B) 175.22º 0.85% 0.52% -
XYZ 12.31 18.38 21.97 -
YUV 98.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 20 133 124 0.85 0 0.07 0.48 175.22 0.74 0.3
Hex 14 85 7C 55 0 7 30 AF 4A 1E
Octal 24 205 174 125 0 7 60 257 112 36
Binary 10100 10000101 1111100 1010101 0 111 110000 10101111 1001010 11110

Color Harmonies of #14857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14857C

Black with #14857C

Text Example


Text Example

White with #14857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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