#108485

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

Shades of Teal #108485

Tints of Teal #108485

Color information

#108485 (or 0x108485) is unknown color: approx Teal. HEX triplet: 10, 84 and 85. RGB value is (16,132,133). Sum of RGB (Red+Green+Blue) = 16+132+133=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #108485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108485 is #EF7B7A. Grayscale: #616161. Windows color (decimal): -15694715 or 8750096. OLE color: 8750096.

HSL color Cylindrical-coordinate representation of color #108485: hue angle of 180.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108485 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16132133-
CMYK0.880.0100.48
HSL180.51º78.52%29.22%-
HSV(B)180.51º87.97%52.16%-
XYZ12.718.3125.05-
YUV97.43148.0769.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.69%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=5.69%
G=46.98%
B=47.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321330.880.0100.48180.5178.5229.22
Hex108485581030b54f1d
Octal20204205130106026511735
Binary10000100001001000010110110001011000010110101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108485; }

 p { color: rgb(16,132,133); }

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

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

 a { background-color: rgb(16,132,133); }

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

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

 span { border-color: rgb(16,132,133); }

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