#00827E

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

Shades of Teal #00827E

Tints of Teal #00827E

Color information

#00827E (or 0x00827E) is unknown color: approx Teal. HEX triplet: 00, 82 and 7E. RGB value is (0,130,126). Sum of RGB (Red+Green+Blue) = 0+130+126=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #00827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00827E is #FF7D81. Grayscale: #5A5A5A. Windows color (decimal): -16743810 or 8290816. OLE color: 8290816.

HSL color Cylindrical-coordinate representation of color #00827E: hue angle of 178.15º 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 #00827E is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB0130126-
CMYK100.030.49
HSL178.15º100%25.49%-
HSV(B)178.15º100%50.98%-
XYZ11.7517.4722.49-
YUV90.67147.9363.33-

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.78%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=0%
G=50.78%
B=49.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130126100.030.49178.1510025.49
Hex0827E640331b26419
Octal0202176144036126214431
Binary0100000101111110110010001111000110110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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