#108480

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

Shades of Teal #108480

Tints of Teal #108480

Color information

#108480 (or 0x108480) is unknown color: approx Teal. HEX triplet: 10, 84 and 80. RGB value is (16,132,128). Sum of RGB (Red+Green+Blue) = 16+132+128=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #108480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108480 is #EF7B7F. Grayscale: #606060. Windows color (decimal): -15694720 or 8422416. OLE color: 8422416.

HSL color Cylindrical-coordinate representation of color #108480: hue angle of 177.93º degrees, saturation: 0.78, 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 #108480 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB16132128-
CMYK0.8800.030.48
HSL177.93º78.38%29.02%-
HSV(B)177.93º87.88%51.76%-
XYZ12.3618.1723.28-
YUV96.86145.5770.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=5.80%
G=47.83%
B=46.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321280.8800.030.48177.9378.3829.02
Hex108480580330b24e1d
Octal20204200130036026211635
Binary100001000010010000000101100001111000010110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108480; }

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

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

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

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

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

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

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

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