#138483

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

Shades of Teal #138483

Tints of Teal #138483

Color information

#138483 (or 0x138483) is unknown color: approx Teal. HEX triplet: 13, 84 and 83. RGB value is (19,132,131). Sum of RGB (Red+Green+Blue) = 19+132+131=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #138483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138483 is #EC7B7C. Grayscale: #616161. Windows color (decimal): -15498109 or 8619027. OLE color: 8619027.

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

Color convert

RGB19132131-
CMYK0.8600.010.48
HSL179.47º74.83%29.61%-
HSV(B)179.47º85.61%51.76%-
XYZ12.6218.2824.34-
YUV98.1146.5671.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.74%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=6.74%
G=46.81%
B=46.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321310.8600.010.48179.4774.8329.61
Hex138483560130b34b1e
Octal23204203126016026311336
Binary10011100001001000001110101100111000010110011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138483; }

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

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

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

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

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

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

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

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