Html Css Color HEX #14857F Teal

📋 copy color: '#14857F'

red 20 ◦ green 133 ◦ blue 127

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

Shades of Teal #14857F

Tints of Teal #14857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.36%

R = 7.14%
G = 47.5%
B = 45.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#14857F (or 0x14857F) is known color: Teal. HEX triplet: 14, 85 and 7F. RGB value is (20,133,127). Sum of RGB (Red+Green+Blue) = 20+133+127=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #14857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14857F is #EB7A80. Grayscale: #626262. Windows color (decimal): -15432321 or 8357140. OLE color: 8357140.

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

Color convert

RGB 20 133 127 -
CMYK 0.85 0 0.05 0.48
HSL 176.81º 0.74% 0.3% -
HSV(B) 176.81º 0.85% 0.52% -
XYZ 12.51 18.46 22.98 -
YUV 98.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 20 133 127 0.85 0 0.05 0.48 176.81 0.74 0.3
Hex 14 85 7F 55 0 5 30 B1 4A 1E
Octal 24 205 177 125 0 5 60 261 112 36
Binary 10100 10000101 1111111 1010101 0 101 110000 10110001 1001010 11110

Color Harmonies of #14857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14857F

Black with #14857F

Text Example


Text Example

White with #14857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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