#00827B

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

Shades of Teal #00827B

Tints of Teal #00827B

Color information

#00827B (or 0x00827B) is unknown color: approx Teal. HEX triplet: 00, 82 and 7B. RGB value is (0,130,123). Sum of RGB (Red+Green+Blue) = 0+130+123=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #00827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00827B is #FF7D84. Grayscale: #5A5A5A. Windows color (decimal): -16743813 or 8094208. OLE color: 8094208.

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

Color convert

RGB0130123-
CMYK100.050.49
HSL176.77º100%25.49%-
HSV(B)176.77º100%50.98%-
XYZ11.5617.421.49-
YUV90.33146.4363.57-

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.38%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=0%
G=51.38%
B=48.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130123100.050.49176.7710025.49
Hex0827B640531b16419
Octal0202173144056126114431
Binary01000001011110111100100010111000110110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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