#138380

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

Shades of Teal #138380

Tints of Teal #138380

Color information

#138380 (or 0x138380) is unknown color: approx Teal. HEX triplet: 13, 83 and 80. RGB value is (19,131,128). Sum of RGB (Red+Green+Blue) = 19+131+128=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #138380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138380 is #EC7C7F. Grayscale: #616161. Windows color (decimal): -15498368 or 8422163. OLE color: 8422163.

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

Color convert

RGB19131128-
CMYK0.8500.020.49
HSL178.39º74.67%29.41%-
HSV(B)178.39º85.5%51.37%-
XYZ12.2817.9323.24-
YUV97.17145.3972.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=6.83%
G=47.12%
B=46.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191311280.8500.020.49178.3974.6729.41
Hex138380550231b24b1d
Octal23203200125026126211335
Binary100111000001110000000101010101011000110110010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138380; }

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

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

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

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

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

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

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

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