#138182

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

Shades of Teal #138182

Tints of Teal #138182

Color information

#138182 (or 0x138182) is unknown color: approx Teal. HEX triplet: 13, 81 and 82. RGB value is (19,129,130). Sum of RGB (Red+Green+Blue) = 19+129+130=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #138182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138182 is #EC7E7D. Grayscale: #606060. Windows color (decimal): -15498878 or 8552723. OLE color: 8552723.

HSL color Cylindrical-coordinate representation of color #138182: hue angle of 180.54º degrees, saturation: 0.74, 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 #138182 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB19129130-
CMYK0.850.0100.49
HSL180.54º74.5%29.22%-
HSV(B)180.54º85.38%50.98%-
XYZ12.1517.4523.85-
YUV96.22147.0672.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=6.83%
G=46.40%
B=46.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191291300.850.0100.49180.5474.529.22
Hex138182551031b54a1d
Octal23201202125106126511235
Binary10011100000011000001010101011011000110110101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138182; }

 p { color: rgb(19,129,130); }

 H1.HeaderClassName
 {
   color: #138182;
 }
 .AnyTagClassName
 {
   color: #138182;
 }
</style>
background-color css

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

 a { background-color: rgb(19,129,130); }

 div.DivClassName
 {
   background-color: #138182;
 }
 .BgClassName
 {
   background-color: #138182;
 }
</style>
border-color css

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

 span { border-color: rgb(19,129,130); }

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