Html Css Color HEX #14857A Teal

📋 copy color: '#14857A'

red 20 ◦ green 133 ◦ blue 122

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

Shades of Teal #14857A

Tints of Teal #14857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.36%

R = 7.27%
G = 48.36%
B = 44.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#14857A (or 0x14857A) is known color: Teal. HEX triplet: 14, 85 and 7A. RGB value is (20,133,122). Sum of RGB (Red+Green+Blue) = 20+133+122=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #14857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14857A is #EB7A85. Grayscale: #616161. Windows color (decimal): -15432326 or 8029460. OLE color: 8029460.

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

Color convert

RGB 20 133 122 -
CMYK 0.85 0 0.08 0.48
HSL 174.16º 0.74% 0.3% -
HSV(B) 174.16º 0.85% 0.52% -
XYZ 12.19 18.33 21.31 -
YUV 97.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 20 133 122 0.85 0 0.08 0.48 174.16 0.74 0.3
Hex 14 85 7A 55 0 8 30 AE 4A 1E
Octal 24 205 172 125 0 10 60 256 112 36
Binary 10100 10000101 1111010 1010101 0 1000 110000 10101110 1001010 11110

Color Harmonies of #14857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14857A

Black with #14857A

Text Example


Text Example

White with #14857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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