Html Css Color HEX #14837B Teal

📋 copy color: '#14837B'

red 20 ◦ green 131 ◦ blue 123

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

Shades of Teal #14837B

Tints of Teal #14837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.81%

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

R = 7.3%
G = 47.81%
B = 44.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#14837B (or 0x14837B) is known color: Teal. HEX triplet: 14, 83 and 7B. RGB value is (20,131,123). Sum of RGB (Red+Green+Blue) = 20+131+123=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #14837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14837B is #EB7C84. Grayscale: #606060. Windows color (decimal): -15432837 or 8094484. OLE color: 8094484.

HSL color Cylindrical-coordinate representation of color #14837B: hue angle of 175.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14837B is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 123 -
CMYK 0.85 0 0.06 0.49
HSL 175.68º 0.74% 0.3% -
HSV(B) 175.68º 0.85% 0.51% -
XYZ 11.98 17.81 21.55 -
YUV 96.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 20 131 123 0.85 0 0.06 0.49 175.68 0.74 0.3
Hex 14 83 7B 55 0 6 31 B0 4A 1E
Octal 24 203 173 125 0 6 61 260 112 36
Binary 10100 10000011 1111011 1010101 0 110 110001 10110000 1001010 11110

Color Harmonies of #14837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14837B

Black with #14837B

Text Example


Text Example

White with #14837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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