#108081

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

Shades of Teal #108081

Tints of Teal #108081

Color information

#108081 (or 0x108081) is unknown color: approx Teal. HEX triplet: 10, 80 and 81. RGB value is (16,128,129). Sum of RGB (Red+Green+Blue) = 16+128+129=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #108081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108081 is #EF7F7E. Grayscale: #5E5E5E. Windows color (decimal): -15695743 or 8486928. OLE color: 8486928.

HSL color Cylindrical-coordinate representation of color #108081: hue angle of 180.53º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108081 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB16128129-
CMYK0.880.0100.49
HSL180.53º77.93%28.43%-
HSV(B)180.53º87.6%50.59%-
XYZ11.917.1323.45-
YUV94.63147.3971.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=5.86%
G=46.89%
B=47.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161281290.880.0100.49180.5377.9328.43
Hex108081581031b54e1c
Octal20200201130106126511634
Binary10000100000001000000110110001011000110110101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108081; }

 p { color: rgb(16,128,129); }

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

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

 a { background-color: rgb(16,128,129); }

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

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

 span { border-color: rgb(16,128,129); }

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