#138485

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

Shades of Teal #138485

Tints of Teal #138485

Color information

#138485 (or 0x138485) is unknown color: approx Teal. HEX triplet: 13, 84 and 85. RGB value is (19,132,133). Sum of RGB (Red+Green+Blue) = 19+132+133=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #138485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138485 is #EC7B7A. Grayscale: #626262. Windows color (decimal): -15498107 or 8750099. OLE color: 8750099.

HSL color Cylindrical-coordinate representation of color #138485: hue angle of 180.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138485 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB19132133-
CMYK0.860.0100.48
HSL180.53º75%29.8%-
HSV(B)180.53º85.71%52.16%-
XYZ12.7518.3325.06-
YUV98.33147.5671.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=6.69%
G=46.48%
B=46.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321330.860.0100.48180.537529.8
Hex138485561030b54b1e
Octal23204205126106026511336
Binary10011100001001000010110101101011000010110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138485; }

 p { color: rgb(19,132,133); }

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

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

 a { background-color: rgb(19,132,133); }

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

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

 span { border-color: rgb(19,132,133); }

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