#14827D

Color #14827D Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #14827D

Tints of Teal #14827D

Color information

#14827D (or 0x14827D) is unknown color: approx 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

RGB20130125-
CMYK0.8500.040.49
HSL177.27º73.33%29.41%-
HSV(B)177.27º84.62%50.98%-
XYZ11.9717.5922.17-
YUV96.54144.0673.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301250.8500.040.49177.2773.3329.41
Hex14827D550431b1491d
Octal24202175125046126111135
Binary101001000001011111011010101010011000110110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>