#00827C

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

Shades of Teal #00827C

Tints of Teal #00827C

Color information

#00827C (or 0x00827C) is unknown color: approx Teal. HEX triplet: 00, 82 and 7C. RGB value is (0,130,124). Sum of RGB (Red+Green+Blue) = 0+130+124=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #00827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00827C is #FF7D83. Grayscale: #5A5A5A. Windows color (decimal): -16743812 or 8159744. OLE color: 8159744.

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

Color convert

RGB0130124-
CMYK100.050.49
HSL177.23º100%25.49%-
HSV(B)177.23º100%50.98%-
XYZ11.6217.4221.82-
YUV90.45146.9363.49-

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) = 51.18%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=0%
G=51.18%
B=48.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130124100.050.49177.2310025.49
Hex0827C640531b16419
Octal0202174144056126114431
Binary01000001011111001100100010111000110110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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