#138480

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

Shades of Teal #138480

Tints of Teal #138480

Color information

#138480 (or 0x138480) is unknown color: approx Teal. HEX triplet: 13, 84 and 80. RGB value is (19,132,128). Sum of RGB (Red+Green+Blue) = 19+132+128=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #138480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138480 is #EC7B7F. Grayscale: #616161. Windows color (decimal): -15498112 or 8422419. OLE color: 8422419.

HSL color Cylindrical-coordinate representation of color #138480: hue angle of 177.88º 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 #138480 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB19132128-
CMYK0.8600.030.48
HSL177.88º74.83%29.61%-
HSV(B)177.88º85.61%51.76%-
XYZ12.4218.223.28-
YUV97.76145.0671.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=6.81%
G=47.31%
B=45.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321280.8600.030.48177.8874.8329.61
Hex138480560330b24b1e
Octal23204200126036026211336
Binary100111000010010000000101011001111000010110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138480; }

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

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

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

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

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

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

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

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