#108387

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

Shades of Teal #108387

Tints of Teal #108387

Color information

#108387 (or 0x108387) is unknown color: approx Teal. HEX triplet: 10, 83 and 87. RGB value is (16,131,135). Sum of RGB (Red+Green+Blue) = 16+131+135=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #108387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108387 is #EF7C78. Grayscale: #606060. Windows color (decimal): -15694969 or 8880912. OLE color: 8880912.

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

Color convert

RGB16131135-
CMYK0.880.0300.47
HSL182.02º78.81%29.61%-
HSV(B)182.02º88.15%52.94%-
XYZ12.718.0925.74-
YUV97.07149.470.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=5.67%
G=46.45%
B=47.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161311350.880.0300.47182.0278.8129.61
Hex10838758302Fb64f1e
Octal20203207130305726611736
Binary100001000001110000111101100011010111110110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108387; }

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

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

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

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

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

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

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

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