Html Css Color HEX #14847D Teal

📋 copy color: '#14847D'

red 20 ◦ green 132 ◦ blue 125

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

Shades of Teal #14847D

Tints of Teal #14847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

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

R = 7.22%
G = 47.65%
B = 45.13%

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

#14847D (or 0x14847D) is known color: Teal. HEX triplet: 14, 84 and 7D. RGB value is (20,132,125). Sum of RGB (Red+Green+Blue) = 20+132+125=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #14847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14847D is #EB7B82. Grayscale: #616161. Windows color (decimal): -15432579 or 8225812. OLE color: 8225812.

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

Color convert

RGB 20 132 125 -
CMYK 0.85 0 0.05 0.48
HSL 176.25º 0.74% 0.3% -
HSV(B) 176.25º 0.85% 0.52% -
XYZ 12.24 18.13 22.26 -
YUV 97.71 143.39 72.57 -
System Red Green Blue C M Y K H S L
Decimal 20 132 125 0.85 0 0.05 0.48 176.25 0.74 0.3
Hex 14 84 7D 55 0 5 30 B0 4A 1E
Octal 24 204 175 125 0 5 60 260 112 36
Binary 10100 10000100 1111101 1010101 0 101 110000 10110000 1001010 11110

Color Harmonies of #14847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14847D

Black with #14847D

Text Example


Text Example

White with #14847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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