#138387

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

Shades of Teal #138387

Tints of Teal #138387

Color information

#138387 (or 0x138387) is unknown color: approx Teal. HEX triplet: 13, 83 and 87. RGB value is (19,131,135). Sum of RGB (Red+Green+Blue) = 19+131+135=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #138387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138387 is #EC7C78. Grayscale: #616161. Windows color (decimal): -15498361 or 8880915. OLE color: 8880915.

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

Color convert

RGB19131135-
CMYK0.860.0300.47
HSL182.07º75.32%30.2%-
HSV(B)182.07º85.93%52.94%-
XYZ12.7618.1225.75-
YUV97.97148.8971.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=6.67%
G=45.96%
B=47.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191311350.860.0300.47182.0775.3230.2
Hex13838756302Fb64b1e
Octal23203207126305726611336
Binary100111000001110000111101011011010111110110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138387; }

 p { color: rgb(19,131,135); }

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

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

 a { background-color: rgb(19,131,135); }

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

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

 span { border-color: rgb(19,131,135); }

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