Html Css Color HEX #14827C Teal

📋 copy color: '#14827C'

red 20 ◦ green 130 ◦ blue 124

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

Shades of Teal #14827C

Tints of Teal #14827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

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

R = 7.3%
G = 47.45%
B = 45.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#14827C (or 0x14827C) is known color: Teal. HEX triplet: 14, 82 and 7C. RGB value is (20,130,124). Sum of RGB (Red+Green+Blue) = 20+130+124=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #14827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14827C is #EB7D83. Grayscale: #606060. Windows color (decimal): -15433092 or 8159764. OLE color: 8159764.

HSL color Cylindrical-coordinate representation of color #14827C: hue angle of 176.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14827C is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 124 -
CMYK 0.85 0 0.05 0.49
HSL 176.73º 0.73% 0.29% -
HSV(B) 176.73º 0.85% 0.51% -
XYZ 11.91 17.57 21.83 -
YUV 96.43 143.56 73.49 -
System Red Green Blue C M Y K H S L
Decimal 20 130 124 0.85 0 0.05 0.49 176.73 0.73 0.29
Hex 14 82 7C 55 0 5 31 B1 49 1D
Octal 24 202 174 125 0 5 61 261 111 35
Binary 10100 10000010 1111100 1010101 0 101 110001 10110001 1001001 11101

Color Harmonies of #14827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14827C

Black with #14827C

Text Example


Text Example

White with #14827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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