#00827D

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

Shades of Teal #00827D

Tints of Teal #00827D

Color information

#00827D (or 0x00827D) is unknown color: approx Teal. HEX triplet: 00, 82 and 7D. RGB value is (0,130,125). Sum of RGB (Red+Green+Blue) = 0+130+125=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #00827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00827D is #FF7D82. Grayscale: #5A5A5A. Windows color (decimal): -16743811 or 8225280. OLE color: 8225280.

HSL color Cylindrical-coordinate representation of color #00827D: hue angle of 177.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00827D is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB0130125-
CMYK100.040.49
HSL177.69º100%25.49%-
HSV(B)177.69º100%50.98%-
XYZ11.6817.4522.15-
YUV90.56147.4363.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=0%
G=50.98%
B=49.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130125100.040.49177.6910025.49
Hex0827D640431b26419
Octal0202175144046126214431
Binary01000001011111011100100010011000110110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00827D; }

 p { color: rgb(0,130,125); }

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

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

 a { background-color: rgb(0,130,125); }

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

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

 span { border-color: rgb(0,130,125); }

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