#00837A

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

Shades of Teal #00837A

Tints of Teal #00837A

Color information

#00837A (or 0x00837A) is unknown color: approx Teal. HEX triplet: 00, 83 and 7A. RGB value is (0,131,122). Sum of RGB (Red+Green+Blue) = 0+131+122=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #00837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00837A is #FF7C85. Grayscale: #5A5A5A. Windows color (decimal): -16743558 or 8028928. OLE color: 8028928.

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

Color convert

RGB0131122-
CMYK100.070.49
HSL175.88º100%25.69%-
HSV(B)175.88º100%51.37%-
XYZ11.6317.6421.2-
YUV90.8145.663.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=0%
G=51.78%
B=48.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0131122100.070.49175.8810025.69
Hex0837A640731b0641a
Octal0203172144076126014432
Binary01000001111110101100100011111000110110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00837A; }

 p { color: rgb(0,131,122); }

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

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

 a { background-color: rgb(0,131,122); }

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

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

 span { border-color: rgb(0,131,122); }

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