#00857C

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

Shades of Teal #00857C

Tints of Teal #00857C

Color information

#00857C (or 0x00857C) is unknown color: approx Teal. HEX triplet: 00, 85 and 7C. RGB value is (0,133,124). Sum of RGB (Red+Green+Blue) = 0+133+124=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #00857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00857C is #FF7A83. Grayscale: #5C5C5C. Windows color (decimal): -16743044 or 8160512. OLE color: 8160512.

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

Color convert

RGB0133124-
CMYK100.070.48
HSL175.94º100%26.08%-
HSV(B)175.94º100%52.16%-
XYZ12.0318.2321.95-
YUV92.21145.9462.23-

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.75%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=0%
G=51.75%
B=48.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133124100.070.48175.9410026.08
Hex0857C640730b0641a
Octal0205174144076026014432
Binary01000010111111001100100011111000010110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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