#138287

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

Shades of Teal #138287

Tints of Teal #138287

Color information

#138287 (or 0x138287) is unknown color: approx Teal. HEX triplet: 13, 82 and 87. RGB value is (19,130,135). Sum of RGB (Red+Green+Blue) = 19+130+135=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #138287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138287 is #EC7D78. Grayscale: #616161. Windows color (decimal): -15498617 or 8880659. OLE color: 8880659.

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

Color convert

RGB19130135-
CMYK0.860.0400.47
HSL182.59º75.32%30.2%-
HSV(B)182.59º85.93%52.94%-
XYZ12.6217.8525.7-
YUV97.38149.2372.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=6.69%
G=45.77%
B=47.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191301350.860.0400.47182.5975.3230.2
Hex13828756402Fb74b1e
Octal23202207126405726711336
Binary1001110000010100001111010110100010111110110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138287; }

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

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

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

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

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

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

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

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