#138082

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

Shades of Teal #138082

Tints of Teal #138082

Color information

#138082 (or 0x138082) is unknown color: approx Teal. HEX triplet: 13, 80 and 82. RGB value is (19,128,130). Sum of RGB (Red+Green+Blue) = 19+128+130=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #138082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138082 is #EC7F7D. Grayscale: #5F5F5F. Windows color (decimal): -15499134 or 8552467. OLE color: 8552467.

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

Color convert

RGB19128130-
CMYK0.850.0200.49
HSL181.08º74.5%29.22%-
HSV(B)181.08º85.38%50.98%-
XYZ12.0217.1923.8-
YUV95.64147.3973.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=6.86%
G=46.21%
B=46.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191281300.850.0200.49181.0874.529.22
Hex138082552031b54a1d
Octal23200202125206126511235
Binary100111000000010000010101010110011000110110101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138082; }

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

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

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

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

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

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

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

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