Html Css Color HEX #14827D Teal

📋 copy color: '#14827D'

red 20 ◦ green 130 ◦ blue 125

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

Shades of Teal #14827D

Tints of Teal #14827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 7.27%
G = 47.27%
B = 45.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#14827D (or 0x14827D) is known color: Teal. HEX triplet: 14, 82 and 7D. RGB value is (20,130,125). Sum of RGB (Red+Green+Blue) = 20+130+125=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #14827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14827D is #EB7D82. Grayscale: #606060. Windows color (decimal): -15433091 or 8225300. OLE color: 8225300.

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

Color convert

RGB 20 130 125 -
CMYK 0.85 0 0.04 0.49
HSL 177.27º 0.73% 0.29% -
HSV(B) 177.27º 0.85% 0.51% -
XYZ 11.97 17.59 22.17 -
YUV 96.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 20 130 125 0.85 0 0.04 0.49 177.27 0.73 0.29
Hex 14 82 7D 55 0 4 31 B1 49 1D
Octal 24 202 175 125 0 4 61 261 111 35
Binary 10100 10000010 1111101 1010101 0 100 110001 10110001 1001001 11101

Color Harmonies of #14827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14827D

Black with #14827D

Text Example


Text Example

White with #14827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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