Html Css Color HEX #14827E Teal

📋 copy color: '#14827E'

red 20 ◦ green 130 ◦ blue 126

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

Shades of Teal #14827E

Tints of Teal #14827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 7.25%
G = 47.1%
B = 45.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#14827E (or 0x14827E) is known color: Teal. HEX triplet: 14, 82 and 7E. RGB value is (20,130,126). Sum of RGB (Red+Green+Blue) = 20+130+126=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #14827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14827E is #EB7D81. Grayscale: #606060. Windows color (decimal): -15433090 or 8290836. OLE color: 8290836.

HSL color Cylindrical-coordinate representation of color #14827E: hue angle of 177.82º 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 #14827E is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 126 -
CMYK 0.85 0 0.03 0.49
HSL 177.82º 0.73% 0.29% -
HSV(B) 177.82º 0.85% 0.51% -
XYZ 12.04 17.62 22.51 -
YUV 96.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 20 130 126 0.85 0 0.03 0.49 177.82 0.73 0.29
Hex 14 82 7E 55 0 3 31 B2 49 1D
Octal 24 202 176 125 0 3 61 262 111 35
Binary 10100 10000010 1111110 1010101 0 11 110001 10110010 1001001 11101

Color Harmonies of #14827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14827E

Black with #14827E

Text Example


Text Example

White with #14827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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