#008584

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

Shades of Teal #008584

Tints of Teal #008584

Color information

#008584 (or 0x008584) is unknown color: approx Teal. HEX triplet: 00, 85 and 84. RGB value is (0,133,132). Sum of RGB (Red+Green+Blue) = 0+133+132=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #008584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008584 is #FF7A7B. Grayscale: #5C5C5C. Windows color (decimal): -16743036 or 8684800. OLE color: 8684800.

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

Color convert

RGB0133132-
CMYK100.010.48
HSL179.55º100%26.08%-
HSV(B)179.55º100%52.16%-
XYZ12.5518.4424.73-
YUV93.12149.9461.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=0%
G=50.19%
B=49.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133132100.010.48179.5510026.08
Hex08584640130b4641a
Octal0205204144016026414432
Binary0100001011000010011001000111000010110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008584; }

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

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

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

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

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

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

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

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