#00857E

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

Shades of Teal #00857E

Tints of Teal #00857E

Color information

#00857E (or 0x00857E) is unknown color: approx Teal. HEX triplet: 00, 85 and 7E. RGB value is (0,133,126). Sum of RGB (Red+Green+Blue) = 0+133+126=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #00857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00857E is #FF7A81. Grayscale: #5C5C5C. Windows color (decimal): -16743042 or 8291584. OLE color: 8291584.

HSL color Cylindrical-coordinate representation of color #00857E: hue angle of 176.84º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00857E is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB0133126-
CMYK100.050.48
HSL176.84º100%26.08%-
HSV(B)176.84º100%52.16%-
XYZ12.1518.2822.63-
YUV92.44146.9462.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 126 (49.61% from 255) = 48.65%
R=0%
G=51.35%
B=48.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133126100.050.48176.8410026.08
Hex0857E640530b1641a
Octal0205176144056026114432
Binary01000010111111101100100010111000010110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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