#108684

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

Shades of Teal #108684

Tints of Teal #108684

Color information

#108684 (or 0x108684) is unknown color: approx Teal. HEX triplet: 10, 86 and 84. RGB value is (16,134,132). Sum of RGB (Red+Green+Blue) = 16+134+132=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #108684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108684 is #EF797B. Grayscale: #626262. Windows color (decimal): -15694204 or 8685072. OLE color: 8685072.

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

Color convert

RGB16134132-
CMYK0.8800.010.47
HSL178.98º78.67%29.41%-
HSV(B)178.98º88.06%52.55%-
XYZ12.918.8324.78-
YUV98.49146.9169.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=5.67%
G=47.52%
B=46.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161341320.8800.010.47178.9878.6729.41
Hex10868458012Fb34f1d
Octal20206204130015726311735
Binary10000100001101000010010110000110111110110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108684; }

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

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

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

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

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

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

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

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