#008486

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

Shades of Teal #008486

Tints of Teal #008486

Color information

#008486 (or 0x008486) is unknown color: approx Teal. HEX triplet: 00, 84 and 86. RGB value is (0,132,134). Sum of RGB (Red+Green+Blue) = 0+132+134=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #008486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008486 is #FF7B79. Grayscale: #5C5C5C. Windows color (decimal): -16743290 or 8815616. OLE color: 8815616.

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

Color convert

RGB0132134-
CMYK10.0100.47
HSL180.9º100%26.27%-
HSV(B)180.9º100%52.55%-
XYZ12.5518.2225.41-
YUV92.76151.2761.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=0%
G=49.62%
B=50.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013213410.0100.47180.910026.27
Hex0848664102Fb5641a
Octal0204206144105726514432
Binary0100001001000011011001001010111110110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008486; }

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

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

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

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

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

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

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

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