#128684

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

Shades of Teal #128684

Tints of Teal #128684

Color information

#128684 (or 0x128684) is unknown color: approx Teal. HEX triplet: 12, 86 and 84. RGB value is (18,134,132). Sum of RGB (Red+Green+Blue) = 18+134+132=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #128684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128684 is #ED797B. Grayscale: #626262. Windows color (decimal): -15563132 or 8685074. OLE color: 8685074.

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

Color convert

RGB18134132-
CMYK0.8700.010.47
HSL178.97º76.32%29.8%-
HSV(B)178.97º86.57%52.55%-
XYZ12.9418.8424.79-
YUV99.09146.5770.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=6.34%
G=47.18%
B=46.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341320.8700.010.47178.9776.3229.8
Hex12868457012Fb34c1e
Octal22206204127015726311436
Binary10010100001101000010010101110110111110110011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128684; }

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

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

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

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

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

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

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

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