#00857f

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

Shades of Teal #00857F

Tints of Teal #00857F

Color information

#00857F (or 0x00857F) is unknown color: approx Teal. HEX triplet: 00, 85 and 7F. RGB value is (0,133,127). Sum of RGB (Red+Green+Blue) = 0+133+127=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #00857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00857F is #FF7A80. Grayscale: #5C5C5C. Windows color (decimal): -16743041 or 8357120. OLE color: 8357120.

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

Color convert

RGB0133127-
CMYK100.050.48
HSL177.29º100%26.08%-
HSV(B)177.29º100%52.16%-
XYZ12.2218.3122.97-
YUV92.55147.4461.99-

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.15%
BLUE value IS 127 (50% from 255) = 48.85%
R=0%
G=51.15%
B=48.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133127100.050.48177.2910026.08
Hex0857F640530b1641a
Octal0205177144056026114432
Binary01000010111111111100100010111000010110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00857f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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