#008781

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

Shades of Teal #008781

Tints of Teal #008781

Color information

#008781 (or 0x008781) is unknown color: approx Teal. HEX triplet: 00, 87 and 81. RGB value is (0,135,129). Sum of RGB (Red+Green+Blue) = 0+135+129=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #008781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008781 is #FF787E. Grayscale: #5D5D5D. Windows color (decimal): -16742527 or 8488704. OLE color: 8488704.

HSL color Cylindrical-coordinate representation of color #008781: hue angle of 177.33º 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 #008781 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB0135129-
CMYK100.040.47
HSL177.33º100%26.47%-
HSV(B)177.33º100%52.94%-
XYZ12.6318.9123.75-
YUV93.95147.7760.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=0%
G=51.14%
B=48.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135129100.040.47177.3310026.47
Hex0878164042Fb1641a
Octal0207201144045726114432
Binary010000111100000011100100010010111110110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008781; }

 p { color: rgb(0,135,129); }

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

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

 a { background-color: rgb(0,135,129); }

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

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

 span { border-color: rgb(0,135,129); }

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